7 lines
93 B
Go
7 lines
93 B
Go
|
package probe
|
||
|
|
||
|
type Central struct {
|
||
|
Host string `json:"host"`
|
||
|
Port int `json:"port"`
|
||
|
}
|