diff --git a/config/type.go b/config/type.go index 5b2c994..3b7b4b0 100755 --- a/config/type.go +++ b/config/type.go @@ -8,7 +8,6 @@ import ( type configMain struct { Services []*ConfigProxyService PrivateConfig *Something - Lists map[string]set.StringSet } type ConfigProxyService struct { @@ -84,4 +83,4 @@ type Something struct { Header string ContactName string ContactLink string -} \ No newline at end of file +}