package config
type GRPC struct {
Network string `json:"network,omitempty"`
Address string `json:"address,omitempty"`
}