Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Update consts.go
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored Jun 20, 2017
1 parent e7d0c97 commit 9e5153c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions models/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ var (
Offline string = "offline"

// proxy type
TcpProxy string = "tcp"
UdpProxy string = "udp"
HttpProxy string = "http"
HttpsProxy string = "https"
TcpProxy string = "tcp"
UdpProxy string = "udp"
HttpProxy string = "http"
HttpsProxy string = "https"
FtpProxy string = "ftp"
)

0 comments on commit 9e5153c

Please sign in to comment.