diff --git a/net/config.go b/net/config.go index 333261dd..d1634d2c 100644 --- a/net/config.go +++ b/net/config.go @@ -11,14 +11,9 @@ type ConfigGetter interface { } type Config struct { - Server ServerConfig `yaml:"server"` Stream StreamConfig `yaml:"stream"` } -type ServerConfig struct { - ListenAddrs []string `yaml:"listenAddrs"` -} - type StreamConfig struct { TimeoutMilliseconds int `yaml:"timeoutMilliseconds"` MaxMsgSizeMb int `yaml:"maxMsgSizeMb"`