12 lines
227 B
Go
12 lines
227 B
Go
package types
|
|
|
|
const (
|
|
// ForthwithGetCountry forthwith country get
|
|
ForthwithGetCountry = "forthwith:country:get"
|
|
)
|
|
|
|
type GetNodeCountry struct {
|
|
Protocol string `json:"protocol"`
|
|
ServerAddr string `json:"server_addr"`
|
|
}
|