Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SeasonSubmissionsHandler ¶
type SeasonSubmissionsHandler interface { ListSubmissions(w http.ResponseWriter, r *http.Request) CreateSubmission(w http.ResponseWriter, r *http.Request) }
func NewSeasonSubmissionsHandler ¶
func NewSeasonSubmissionsHandler(repo repository.SeasonSubmissionsRepository) SeasonSubmissionsHandler
type SeasonsHandler ¶
type SeasonsHandler interface { ListSeasons(w http.ResponseWriter, r *http.Request) Current(w http.ResponseWriter, r *http.Request) GetStatistics(w http.ResponseWriter, r *http.Request) }
func NewSeasonsHandler ¶
func NewSeasonsHandler(repo repository.SeasonsRepository) SeasonsHandler
Click to show internal directories.
Click to hide internal directories.