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
Sergey Cherepanov ebfdbdd508
net utils wip
2022-08-05 12:07:34 +03:00

5 lines
86 B
Go

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