probe_gateway_rpc/config/config.go

12 lines
274 B
Go
Raw Normal View History

2018-04-26 08:17:12 +00:00
package config
import (
occe "git.loafle.net/overflow/commons-go/config/external"
ogrs "git.loafle.net/overflow/gateway_rpc/server"
)
type Config struct {
ServerHandler *ogrs.ServerHandlers `json:"serverHandler"`
External *occe.External `json:"external"`
}