overflow_gateway_websocket/config/grpc.go

7 lines
94 B
Go
Raw Normal View History

2017-11-10 13:24:10 +00:00
package config
type GRPC struct {
Server
Pool Pool `json:"pool" yaml:"pool" toml:"pool"`
}