probe_gateway_rpc/config/config.go
crusader 3fb41cf0b3 ing
2018-04-26 17:17:12 +09:00

12 lines
274 B
Go

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"`
}