Documentation
¶
Index ¶
- func AdminRequiredHandler(c *echo.Context)
- func AlreadyInQueueError(c *echo.Context)
- func AuthErrorHandler(c *echo.Context)
- func EmptyResponseHandler(c *echo.Context)
- func GenerateErrorResponse(code int, errorString string) map[string]interface{}
- func GenerateSuccessResponse(response interface{}) map[string]interface{}
- func HeaderInvalidHandler(c *echo.Context)
- func LoginResponseHandler(c *echo.Context, identity interface{}, accessToken string, refreshToken string)
- func NotFoundInQueueError(c *echo.Context)
- func QueueCreateError(c *echo.Context)
- func QueueNotFoundHandler(c *echo.Context)
- func QueueParamsCreateError(c *echo.Context)
- func QueueRemoveError(c *echo.Context)
- func QueueRemoveNotPermitted(c *echo.Context)
- func QueueResponse(c *echo.Context, queue interface{})
- func QueuesResponse(c *echo.Context, queues interface{})
- func RefreshResponseHandler(c *echo.Context, identity interface{}, accessToken string, refreshToken string)
- func RegisterAlreadyExistsError(c *echo.Context)
- func RegisterParamsError(c *echo.Context)
- func TokenExpireHandler(c *echo.Context)
- func TokenInvalidHandler(c *echo.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdminRequiredHandler ¶
func AlreadyInQueueError ¶
func AuthErrorHandler ¶
func EmptyResponseHandler ¶
func GenerateErrorResponse ¶
func GenerateSuccessResponse ¶
func GenerateSuccessResponse(response interface{}) map[string]interface{}
func HeaderInvalidHandler ¶
func LoginResponseHandler ¶
func NotFoundInQueueError ¶
func QueueCreateError ¶
func QueueNotFoundHandler ¶
func QueueParamsCreateError ¶
func QueueRemoveError ¶
func QueueRemoveNotPermitted ¶
func QueueResponse ¶
func QueuesResponse ¶
func RefreshResponseHandler ¶
func RegisterParamsError ¶
func TokenExpireHandler ¶
func TokenInvalidHandler ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.