commons-go/probe/config/central.go
crusader 2a945e472c ing
2018-04-14 16:08:02 +09:00

13 lines
335 B
Go

package config
import (
csswc "git.loafle.net/commons/server-go/socket/web/client"
"git.loafle.net/overflow/commons-go/core/config"
)
type Central struct {
Address string `required:"address" json:"address"`
Connector *csswc.Connectors `required:"true" json:"connector"`
Proxy *config.Proxy `json:"proxy"`
}