Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExchangeAPIKeysToml ¶
type ExchangeAPIKeysToml []struct { Key string `valid:"-" toml:"KEY"` Secret string `valid:"-" toml:"SECRET"` }
ExchangeAPIKeysToml is the toml representation of ExchangeAPIKeys
func (*ExchangeAPIKeysToml) ToExchangeAPIKeys ¶
func (t *ExchangeAPIKeysToml) ToExchangeAPIKeys() []api.ExchangeAPIKey
ToExchangeAPIKeys converts object
type ExchangeHeadersToml ¶
type ExchangeHeadersToml []struct { Header string `valid:"-" toml:"HEADER"` Value string `valid:"-" toml:"VALUE"` }
ExchangeHeadersToml is the toml representation of ExchangeHeaders
func (*ExchangeHeadersToml) ToExchangeHeaders ¶
func (t *ExchangeHeadersToml) ToExchangeHeaders() []api.ExchangeHeader
ToExchangeHeaders converts object
type ExchangeParamsToml ¶
type ExchangeParamsToml []struct { Param string `valid:"-" toml:"PARAM"` Value string `valid:"-" toml:"VALUE"` }
ExchangeParamsToml is the toml representation of ExchangeParams
func (*ExchangeParamsToml) ToExchangeParams ¶
func (t *ExchangeParamsToml) ToExchangeParams() []api.ExchangeParam
ToExchangeParams converts object
Click to show internal directories.
Click to hide internal directories.