[golang] update register response struct for new breaking API change
This commit is contained in:
parent
e887213aff
commit
befa188552
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ type Register struct {
|
|||
Agent *Agent `json:"agent"`
|
||||
//contract
|
||||
//faction
|
||||
Ship *Ship `json:"ship"`
|
||||
Ships []Ship `json:"ships"`
|
||||
Token string `json:"token"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue