Documentation ¶
Index ¶
- Variables
- func AddWhiteEmail(c echo.Context) error
- func CheckLogin(next echo.HandlerFunc) echo.HandlerFunc
- func DeleteProblem(c echo.Context) error
- func DeleteWhiteEmail(c echo.Context) error
- func EnterContest(c echo.Context) error
- func GetAllUsers(c echo.Context) error
- func GetContest(c echo.Context) error
- func GetContestJudgeStatuses(c echo.Context) error
- func GetContestProblems(c echo.Context) error
- func GetContestSubmissions(c echo.Context) error
- func GetContests(c echo.Context) error
- func GetLanguages(c echo.Context) error
- func GetMyUser(c echo.Context) error
- func GetProblem(c echo.Context) error
- func GetProblems(c echo.Context) error
- func GetStandings(c echo.Context) error
- func GetSubmission(c echo.Context) error
- func GetSubmissions(c echo.Context) error
- func GetUser(c echo.Context) error
- func GetWhiteEmails(c echo.Context) error
- func GetWorkerStatus(c echo.Context) error
- func Login(c echo.Context) error
- func Logout(c echo.Context) error
- func NewContest(c echo.Context) error
- func NewContestProblem(c echo.Context) error
- func NewProblem(c echo.Context) error
- func RegisterUser(c echo.Context) error
- func RejudgeProblem(c echo.Context) error
- func ResetPassword(c echo.Context) error
- func Routes(e *echo.Echo)
- func SendPasswordResetMail(c echo.Context) error
- func SetTestCasePoint(c echo.Context) error
- func StartRegistration(c echo.Context) error
- func Submit(c echo.Context) error
- func UpdateCases(c echo.Context) error
- func UpdateContest(c echo.Context) error
- func UpdateProblem(c echo.Context) error
- func VerifyEmailConfirmationToken(c echo.Context) error
- func VerifyPasswordResetToken(c echo.Context) error
- type ErrorResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInternalServer = echo.NewHTTPError(http.StatusInternalServerError)
Functions ¶
func AddWhiteEmail ¶
func CheckLogin ¶
func CheckLogin(next echo.HandlerFunc) echo.HandlerFunc
func DeleteProblem ¶
func DeleteWhiteEmail ¶
func EnterContest ¶
func GetAllUsers ¶
func GetContest ¶
func GetContestJudgeStatuses ¶
func GetContestProblems ¶
func GetContestSubmissions ¶
func GetContests ¶
func GetLanguages ¶
func GetProblem ¶
func GetProblems ¶
func GetStandings ¶
func GetSubmission ¶
func GetSubmissions ¶
func GetWhiteEmails ¶
func GetWorkerStatus ¶
func NewContest ¶
func NewContestProblem ¶
func NewProblem ¶
func RegisterUser ¶
func RejudgeProblem ¶
func ResetPassword ¶
func SendPasswordResetMail ¶
func SetTestCasePoint ¶
func StartRegistration ¶
func UpdateCases ¶
func UpdateContest ¶
func UpdateProblem ¶
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.