probe_gateway_metric/config/config.go
crusader 82625bdaae ing
2018-05-11 12:54:30 +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"`
}