Documentation
¶
Index ¶
- Constants
- func AbstractExists(team *models.DashboardTeam, event string) bool
- func BadRequestError(c echo.Context, msg string, err *error) error
- func GetAbstractFile(strTeamId string) (string, error)
- func GetAllotmentCSV(userId int, event string) (string, error)
- func GetSession(c echo.Context) (*sessions.Session, error)
- func InternalError(c echo.Context, msg string, err *error) error
- func InvalidateSession(c echo.Context) error
- func SaveAbstract(file *multipart.FileHeader, event dao.Event, teamId int) error
- func SaveMidTermCSV(file *multipart.FileHeader, userId int, event string) error
- func SetSession(c echo.Context, maxAge Age, values *map[Key]interface{}) error
- func SetSessionWith(sess *sessions.Session, c echo.Context, maxAge Age, ...) error
- func UnauthorizedError(c echo.Context, msg string, err *error) error
- func UploadMidTermScores(userId int, event string) error
- type Age
- type Key
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func AbstractExists ¶
func AbstractExists(team *models.DashboardTeam, event string) bool
func GetAbstractFile ¶
func InvalidateSession ¶
func SaveAbstract ¶
func SaveMidTermCSV ¶
func SaveMidTermCSV(file *multipart.FileHeader, userId int, event string) error
func SetSessionWith ¶
func UploadMidTermScores ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.