lobby2/refresher/types.go
2024-12-08 02:30:07 +01:00

8 lines
212 B
Go

package refresher
type NodeConfig struct {
MasterHost string `json:"master_host"`
MasterProto string `json:"master_proto"`
MasterToken string `json:"master_token"`
MasterPort int `json:"master_port"`
}