Documentation
¶
Overview ¶
* @FilePath: /workflow-server/pkg/handler/handler.go * @Author: maggot-code * @Date: 2023-08-14 16:03:25 * @LastEditors: maggot-code * @LastEditTime: 2023-08-16 18:22:54 * @Description:
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NotFoundError = errors.StatusNotFound("Not found", "not found") UnknownError = errors.StatusInternalServerError("Unknown error", "server error") )
Functions ¶
func JSON ¶
func JSON(hd handler) gin.HandlerFunc
func Unauthorized ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.