Documentation
¶
Overview ¶
Package fetchrunner is used to automatically trigger downloads of summoner and match data such that is lands in storage
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetchRunner ¶
type FetchRunner struct {
// contains filtered or unexported fields
}
FetchRunner automatically fetches summoner and match data based on specified criteras
func NewFetchRunner ¶
func NewFetchRunner(cfg config.FetchRunner, storage *storage.Storage) (*FetchRunner, error)
NewFetchRunner creates a new FetchRunner
func (*FetchRunner) Start ¶
func (f *FetchRunner) Start()
Start starts the FetchRunner and its workers
Click to show internal directories.
Click to hide internal directories.