overflow_gateway_websocket/config/grpc.go
2017-11-10 22:24:10 +09:00

7 lines
94 B
Go

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