deprecated_overflow_gateway.../grpc.go
2017-09-19 17:22:14 +09:00

7 lines
94 B
Go

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