[golang] implement systems and waypoints lookups
This commit is contained in:
parent
d97985a694
commit
66466e161f
10 changed files with 205 additions and 0 deletions
16
golang/pkg/model/faction.go
Normal file
16
golang/pkg/model/faction.go
Normal file
|
@ -0,0 +1,16 @@
|
|||
package model
|
||||
|
||||
type Faction struct {
|
||||
Symbol string `json:"symbol"`
|
||||
//"name": "string",
|
||||
//"description": "string",
|
||||
//"headquarters": "string",
|
||||
//"traits": [
|
||||
// {
|
||||
// "symbol": "BUREAUCRATIC",
|
||||
// "name": "string",
|
||||
// "description": "string"
|
||||
// }
|
||||
//],
|
||||
//"isRecruiting": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue