summaryrefslogtreecommitdiff
path: root/golang/pkg/model/faction.go
diff options
context:
space:
mode:
Diffstat (limited to 'golang/pkg/model/faction.go')
-rw-r--r--golang/pkg/model/faction.go16
1 files changed, 16 insertions, 0 deletions
diff --git a/golang/pkg/model/faction.go b/golang/pkg/model/faction.go
new file mode 100644
index 0000000..207a527
--- /dev/null
+++ b/golang/pkg/model/faction.go
@@ -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
+}