Documentation ¶
Index ¶
Constants ¶
View Source
const ( // This is the minimal quantity of candlesticks that will be retrieved in case of miss // It will avoid too many request on exchanges if few candlesticks are requested regularly. MinimalRetrievedMissingCandlesticks = 100 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Candlesticks ¶
type Candlesticks struct {
// contains filtered or unexported fields
}
func (Candlesticks) GetCached ¶
func (app Candlesticks) GetCached(ctx context.Context, payload app.GetCachedPayload) (*candlestick.List, error)
Click to show internal directories.
Click to hide internal directories.