mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-12 02:30:41 +09:00
6 lines
121 B
Go
6 lines
121 B
Go
package config
|
|
|
|
type GrpcServer struct {
|
|
ListenAddrs []string `yaml:"listenAddrs"`
|
|
TLS bool `yaml:"tls"`
|
|
}
|