any-sync/config/grpc.go
Sergey Cherepanov ebfdbdd508
net utils wip
2022-08-05 12:07:34 +03:00

6 lines
86 B
Go

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