1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-11 10:18:08 +09:00
any-sync/config/grpc.go
2022-07-13 19:18:43 +03:00

5 lines
86 B
Go

package config
type GrpcServer struct {
ListenAddrs []string `yaml:"listenAddrs"`
}