Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contest ¶
type ContestArchive ¶
type ContestArchive struct { CurrentPage int TotalPages int Contests ContestArchive_ContestList }
type ContestArchive_Contest ¶
type ContestArchive_ContestList ¶
type ContestArchive_ContestList []ContestArchive_Contest
func (ContestArchive_ContestList) IDs ¶
func (c ContestArchive_ContestList) IDs() []string
type ContestTask ¶
type ContestTask struct { ContestID string Tasks []ContestTask_Task }
func (ContestTask) ToModel ¶
func (ct ContestTask) ToModel() []models.ContestTask
type ContestTask_Task ¶
type Task ¶
type Task struct { ID string Score *int Samples []Task_Sample CSRFToken string LoggedIn bool }
type Task_Sample ¶
Click to show internal directories.
Click to hide internal directories.