remove unused param
This commit is contained in:
parent
3a43f603fb
commit
68e122cf72
@ -10,8 +10,7 @@ type Config struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ServerConfig struct {
|
type ServerConfig struct {
|
||||||
IdentityHandshake bool `yaml:"identityHandshake"`
|
ListenAddrs []string `yaml:"listenAddrs"`
|
||||||
ListenAddrs []string `yaml:"listenAddrs"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type StreamConfig struct {
|
type StreamConfig struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user