commons-go/probe/config/central.go
crusader 796da7bbfe ing
2018-04-12 18:38:04 +09:00

7 lines
94 B
Go

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