1
0
Fork 0

[golang] update register response struct for new breaking API change

This commit is contained in:
Julien Dessaux 2025-02-27 23:19:07 +01:00
parent e887213aff
commit befa188552
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

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