Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Activities ¶
type Activities struct {
// contains filtered or unexported fields
}
Activities is the live exchanges activities, regrouping all exchanges activities.
func (*Activities) GetCandlesticksActivity ¶
func (a *Activities) GetCandlesticksActivity( ctx context.Context, params exchanges.GetCandlesticksActivityParams, ) (exchanges.GetCandlesticksActivityResults, error)
GetCandlesticksActivity will get the candlesticks.
func (*Activities) Name ¶
func (a *Activities) Name() string
Name will return the name of the aggregator.
func (*Activities) Register ¶
func (a *Activities) Register(w worker.Worker)
Register will register the activities.
Click to show internal directories.
Click to hide internal directories.