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