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