deprecated_overflow_gateway.../grpc.go

7 lines
94 B
Go
Raw Normal View History

2017-09-19 08:22:14 +00:00
package config
type GRPC struct {
Server
Pool Pool `json:"pool" yaml:"pool" toml:"pool"`
}