1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00
any-sync/common/config/grpc.go
Sergey Cherepanov daa9bb1df0
move pkgs
2022-10-17 14:11:55 +03:00

5 lines
86 B
Go

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