hirokisan / bybit

Bybit client library for Go
https://pkg.go.dev/github.com/hirokisan/bybit/v2
MIT License
98 stars 64 forks source link

refactor: split `V5GetInstrumentsInfoSpotResult` struct #138

Closed Sagleft closed 1 year ago

Sagleft commented 1 year ago

This will allow us to use fields of corresponding types.

  1. To pass them as arguments somewhere.
  2. Simply because it is the best way to organize the structure.