Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // used to authentify with the coinbase API KeyID string `toml:"key_id"` Passphrase string `toml:"passphrase"` Secret string `toml:"secret"` // how often do we call the coinbase oracle API Frequency time.Duration `toml:"frequency"` }
Config the configuration used to connect with the coinbase API
Click to show internal directories.
Click to hide internal directories.