From 9e5153cc6a6d06eacb39f4a7ce208633db6add09 Mon Sep 17 00:00:00 2001 From: Dengfeng Liu Date: Tue, 20 Jun 2017 14:50:06 +0800 Subject: [PATCH] Update consts.go --- models/consts/consts.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/models/consts/consts.go b/models/consts/consts.go index 170bd24..efa8d86 100644 --- a/models/consts/consts.go +++ b/models/consts/consts.go @@ -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" )