1
0
Fork 0
spacetraders/golang/pkg/model/register.go

9 lines
148 B
Go

package model
type Register struct {
Agent Agent `json:"agent"`
//contract
//faction
Ship Ship `json:"ship"`
Token string `json:"token"`
}