mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 14:07:02 +09:00
remove unused param
This commit is contained in:
parent
3a43f603fb
commit
68e122cf72
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue