Sergey Cherepanov 7548082355
move pkgs
2022-10-17 14:11:55 +03:00

7 lines
121 B
Go

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