From 66466e161fff1bd2b8c2ea42249947ccc19c39fe Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 15 Feb 2025 01:22:36 +0100 Subject: [golang] implement systems and waypoints lookups --- golang/pkg/model/faction.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 golang/pkg/model/faction.go (limited to 'golang/pkg/model/faction.go') 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 +} -- cgit v1.2.3