Versions in this module Expand all Collapse all v0 v0.1.1 Sep 19, 2022 Changes in this version + type Client struct + Id string + func (c Client) ToModel() *model.Client + type Secrets struct + DbName string + Host string + Password string + Port int + User string v0.1.0 Aug 26, 2022 Changes in this version + type Ticker struct + Price string + Symbol string + func (t Ticker) GetPrice() (float64, error)