feat: add cli flags

This commit is contained in:
 Ilya Atamas
2019-04-21 19:01:49 +03:00
parent 6abde80d35
commit e5b40a79ea
11 changed files with 192 additions and 151 deletions
+1 -4
View File
@@ -17,8 +17,5 @@ type Proxy struct {
type Options struct {
RedisPrefix string
RedisExpireTimeout time.Duration
UpstreamAddress string
ReplaceAddress string
StaticServerAddress string
UpstreamAddress string
}