summaryrefslogtreecommitdiff
path: root/golang/pkg/model/cooldown.go
diff options
context:
space:
mode:
Diffstat (limited to 'golang/pkg/model/cooldown.go')
-rw-r--r--golang/pkg/model/cooldown.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/golang/pkg/model/cooldown.go b/golang/pkg/model/cooldown.go
new file mode 100644
index 0000000..e092b4e
--- /dev/null
+++ b/golang/pkg/model/cooldown.go
@@ -0,0 +1,7 @@
+package model
+
+type Cooldown struct {
+ //ShipSymbol int `json:"shipSymbol"`
+ RemainingSeconds int `json:"remainingSeconds"`
+ //TotalSeconds int `json:"totalSeconds"`
+}