impl

package
v0.0.0-...-cdcf07b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ActionInspect

func ActionInspect(c *gin.Context)

func CreateInspect

func CreateInspect(c *gin.Context)

func DeleteInspect

func DeleteInspect(c *gin.Context)

func EventInspect

func EventInspect(c *gin.Context)

func GetInspect

func GetInspect(c *gin.Context)

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 ListInspect(c *gin.Context)

func TimeInspect

func TimeInspect(c *gin.Context)

func UpdateInspect

func UpdateInspect(c *gin.Context)

Types

type HandleActionInterface

type HandleActionInterface interface {
	Action() (interface{}, error)
}

type HandleCreateInterface

type HandleCreateInterface interface {
	Create(c *gin.Context) error
}

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

type HandleUpdateInterface interface {
	Update(c *gin.Context) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳