Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Config config.Config Logger logger.Logger DataManager contract.DataManager CacheManager contract.CacheManager HTTPClient *http.Client }
func (App) AtInterruption ¶
func (App) AtInterruption(fn func())
func (App) Services ¶
func (app App) Services() AppService
type AppService ¶
type AppService struct {
// contains filtered or unexported fields
}
func (AppService) NewChamp ¶
func (svc AppService) NewChamp() contract.ChampService
func (AppService) NewScraper ¶
func (svc AppService) NewScraper() contract.ScraperService
func (AppService) NewTeam ¶
func (svc AppService) NewTeam() contract.TeamService
Click to show internal directories.
Click to hide internal directories.