Documentation ¶
Index ¶
- func ActionInspect(c *gin.Context)
- func CreateInspect(c *gin.Context)
- func DeleteInspect(c *gin.Context)
- func EventInspect(c *gin.Context)
- func GetInspect(c *gin.Context)
- func HandleAction(r HandleActionInterface) *common.ResponseData
- func HandleCreate(r HandleCreateInterface, c *gin.Context) *common.ResponseData
- func HandleDelete(r HandleDeleteInterface) *common.ResponseData
- func HandleEvent(r HandleEventInterface) *common.ResponseData
- func HandleGet(r HandleGetInterface) *common.ResponseData
- func HandleList(r HandleListInterface) *common.ResponseData
- func HandleTime(r HandleTimeInterface) *common.ResponseData
- func HandleUpdate(r HandleUpdateInterface, c *gin.Context) *common.ResponseData
- func ListInspect(c *gin.Context)
- func TimeInspect(c *gin.Context)
- func UpdateInspect(c *gin.Context)
- type HandleActionInterface
- type HandleCreateInterface
- type HandleDeleteInterface
- type HandleEventInterface
- type HandleGetInterface
- type HandleListInterface
- type HandleTimeInterface
- type HandleUpdateInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionInspect ¶
func CreateInspect ¶
func DeleteInspect ¶
func EventInspect ¶
func GetInspect ¶
func HandleAction ¶
func HandleAction(r HandleActionInterface) *common.ResponseData
func HandleCreate ¶
func HandleCreate(r HandleCreateInterface, c *gin.Context) *common.ResponseData
func HandleDelete ¶
func HandleDelete(r HandleDeleteInterface) *common.ResponseData
func HandleEvent ¶
func HandleEvent(r HandleEventInterface) *common.ResponseData
func HandleGet ¶
func HandleGet(r HandleGetInterface) *common.ResponseData
func HandleList ¶
func HandleList(r HandleListInterface) *common.ResponseData
func HandleTime ¶
func HandleTime(r HandleTimeInterface) *common.ResponseData
func HandleUpdate ¶
func HandleUpdate(r HandleUpdateInterface, c *gin.Context) *common.ResponseData
func ListInspect ¶
func TimeInspect ¶
func UpdateInspect ¶
Types ¶
type HandleActionInterface ¶
type HandleActionInterface interface {
Action() (interface{}, error)
}
type HandleCreateInterface ¶
type HandleDeleteInterface ¶
type HandleDeleteInterface interface {
Delete() error
}
type HandleEventInterface ¶
type HandleEventInterface interface {
Event() (interface{}, error)
}
type HandleGetInterface ¶
type HandleGetInterface interface {
Get() (interface{}, error)
}
type HandleListInterface ¶
type HandleListInterface interface {
List() (interface{}, error)
}
type HandleTimeInterface ¶
type HandleTimeInterface interface {
Time() (interface{}, error)
}
type HandleUpdateInterface ¶
Click to show internal directories.
Click to hide internal directories.