overflow_gateway_websocket/config/grpc.go
crusader 4542ab52e6 ing
2017-11-14 01:50:22 +09:00

7 lines
95 B
Go

package config
type GRPC struct {
Server
Pool *Pool `json:"pool" yaml:"pool" toml:"pool"`
}