controllers

package
v0.0.0-...-e361b34 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2019 License: MIT Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

Functions

func AddWhiteEmail

func AddWhiteEmail(c echo.Context) error

func CheckLogin

func CheckLogin(next echo.HandlerFunc) echo.HandlerFunc

func DeleteProblem

func DeleteProblem(c echo.Context) error

func DeleteWhiteEmail

func DeleteWhiteEmail(c echo.Context) error

func EnterContest

func EnterContest(c echo.Context) error

func GetAllUsers

func GetAllUsers(c echo.Context) error

func GetContest

func GetContest(c echo.Context) error

func GetContestJudgeStatuses

func GetContestJudgeStatuses(c echo.Context) error

func GetContestProblems

func GetContestProblems(c echo.Context) error

func GetContestSubmissions

func GetContestSubmissions(c echo.Context) error

func GetContests

func GetContests(c echo.Context) error

func GetLanguages

func GetLanguages(c echo.Context) error

func GetMyUser

func GetMyUser(c echo.Context) error

func GetProblem

func GetProblem(c echo.Context) error

func GetProblems

func GetProblems(c echo.Context) error

func GetStandings

func GetStandings(c echo.Context) error

func GetSubmission

func GetSubmission(c echo.Context) error

func GetSubmissions

func GetSubmissions(c echo.Context) error

func GetUser

func GetUser(c echo.Context) error

func GetWhiteEmails

func GetWhiteEmails(c echo.Context) error

func GetWorkerStatus

func GetWorkerStatus(c echo.Context) error

func Login

func Login(c echo.Context) error

func Logout

func Logout(c echo.Context) error

func NewContest

func NewContest(c echo.Context) error

func NewContestProblem

func NewContestProblem(c echo.Context) error

func NewProblem

func NewProblem(c echo.Context) error

func RegisterUser

func RegisterUser(c echo.Context) error

func RejudgeProblem

func RejudgeProblem(c echo.Context) error

func ResetPassword

func ResetPassword(c echo.Context) error

func Routes

func Routes(e *echo.Echo)

func SendPasswordResetMail

func SendPasswordResetMail(c echo.Context) error

func SetTestCasePoint

func SetTestCasePoint(c echo.Context) error

func StartRegistration

func StartRegistration(c echo.Context) error

func Submit

func Submit(c echo.Context) error

func UpdateCases

func UpdateCases(c echo.Context) error

func UpdateContest

func UpdateContest(c echo.Context) error

func UpdateProblem

func UpdateProblem(c echo.Context) error

func VerifyEmailConfirmationToken

func VerifyEmailConfirmationToken(c echo.Context) error

func VerifyPasswordResetToken

func VerifyPasswordResetToken(c echo.Context) error

Types

type ErrorResponse

type ErrorResponse struct {
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL