From 860984057d496999949f7b5680997a25b6c660c3 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 29 May 2024 23:08:24 +0200 Subject: [golang] added ships first api calls --- golang/pkg/model/cooldown.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 golang/pkg/model/cooldown.go (limited to 'golang/pkg/model/cooldown.go') 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"` +} -- cgit v1.2.3