6 lines
86 B
Go
6 lines
86 B
Go
package config
|
|
|
|
type GrpcServer struct {
|
|
ListenAddrs []string `yaml:"listenAddrs"`
|
|
}
|