Documentation ¶
Index ¶
- func CreateClass(c echo.Context) error
- func CreateRoom(c echo.Context) error
- func CreateSection(c echo.Context) error
- func CreateUser(c echo.Context) error
- func DeleteClass(c echo.Context) error
- func FileUpload(c echo.Context) error
- func GetClass(c echo.Context) error
- func GetRoom(c echo.Context) error
- func GetSection(c echo.Context) error
- func GetUser(c echo.Context) error
- func JoinClass(c echo.Context) error
- func RegisterRoomRoutes(g *echo.Group)
- func RegisterRoutes(base *echo.Group)
- func SignIn(c echo.Context) error
- func StartClass(c echo.Context) error
- func UpdateClass(c echo.Context) error
- type LoginCreds
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateClass ¶
func CreateClass(c echo.Context) error
func CreateRoom ¶
func CreateRoom(c echo.Context) error
func CreateSection ¶
func CreateSection(c echo.Context) error
func CreateUser ¶
func CreateUser(c echo.Context) error
func DeleteClass ¶
func DeleteClass(c echo.Context) error
func FileUpload ¶
func FileUpload(c echo.Context) error
func GetSection ¶
func GetSection(c echo.Context) error
func RegisterRoomRoutes ¶
func RegisterRoomRoutes(g *echo.Group)
func RegisterRoutes ¶
func RegisterRoutes(base *echo.Group)
func StartClass ¶
func StartClass(c echo.Context) error
func UpdateClass ¶
func UpdateClass(c echo.Context) error
Types ¶
type LoginCreds ¶
Click to show internal directories.
Click to hide internal directories.