Documentation
¶
Index ¶
- type Handler
- func (h *Handler) CreateCronJob(c *gin.Context)
- func (h *Handler) CreateJob(c *gin.Context)
- func (h *Handler) DeleteCronJob(c *gin.Context)
- func (h *Handler) DeleteJob(c *gin.Context)
- func (h *Handler) GetCronJob(c *gin.Context)
- func (h *Handler) GetJob(c *gin.Context)
- func (h *Handler) ListCronJob(c *gin.Context)
- func (h *Handler) ListJob(c *gin.Context)
- func (h *Handler) UpdateCronJob(c *gin.Context)
- func (h *Handler) UpdateJob(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler implements a gRPC service.
func NewHandler ¶
func NewHandler(biz biz.IBiz, val *validation.Validator) *Handler
NewHandler creates a new instance of Handler.
func (*Handler) CreateCronJob ¶
CreateCronJob handles the creation of a new cronjob.
func (*Handler) DeleteCronJob ¶
DeleteCronJob handles the deletion of one or more cronjobs.
func (*Handler) GetCronJob ¶
GetCronJob retrieves information about a specific cronjob.
func (*Handler) ListCronJob ¶
ListCronJob retrieves a list of cronjobs based on query parameters.
func (*Handler) UpdateCronJob ¶
UpdateCronJob handles updating an existing cronjob's details.
Click to show internal directories.
Click to hide internal directories.