mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
linters: Add modernise tool check and fix issues (#2012)
* linters: Add modernise tool check and fix issues * engine: Simplify exch.SetDefaults call and remove localWG * CI: Revert config versions lint workflow
This commit is contained in:
@@ -171,7 +171,7 @@ type WebsocketFuturesAmendOrder struct {
|
||||
|
||||
// WebsocketFutureOrdersList defines a websocket future orders list
|
||||
type WebsocketFutureOrdersList struct {
|
||||
Contract currency.Pair `json:"contract,omitempty"`
|
||||
Contract currency.Pair `json:"contract,omitzero"`
|
||||
Asset asset.Item `json:"-"` // Only used internally for routing
|
||||
Status string `json:"status"`
|
||||
Limit int64 `json:"limit,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user