Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SourceProvider ¶
func SourceProvider() (string, string, types.SourceProvider)
Types ¶
type CoinoneSource ¶
type CoinoneSource struct {
// contains filtered or unexported fields
}
func (*CoinoneSource) Fetch ¶
func (coinone *CoinoneSource) Fetch() error
func (CoinoneSource) Interval ¶
func (coinone CoinoneSource) Interval() time.Duration
func (CoinoneSource) Market ¶
func (coinone CoinoneSource) Market() string
func (CoinoneSource) Pair ¶
func (coinone CoinoneSource) Pair() types.Pair
type TradeHistory ¶
type TradeHistory struct {
Trades []Trade `json:"trades"`
}
Click to show internal directories.
Click to hide internal directories.