commons-go/config/probe/central.go
crusader bb624f146f ing
2018-04-12 15:07:36 +09:00

7 lines
93 B
Go

package probe
type Central struct {
Host string `json:"host"`
Port int `json:"port"`
}