summaryrefslogtreecommitdiff
path: root/golang/pkg/model/register.go
blob: 36604cf77d351a1c64a66700f54c8594bc9cf0ec (plain)
1
2
3
4
5
6
7
8
9
package model

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