commons-go/config/probe/central.go

7 lines
93 B
Go
Raw Normal View History

2018-04-12 06:07:36 +00:00
package probe
type Central struct {
Host string `json:"host"`
Port int `json:"port"`
}