hi-server/queue/types/country.go
2025-10-10 07:13:36 -07:00

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"`
}