Documentation
¶
Index ¶
- func NewCertificateHandler(router *router.RouterGroup[*core.RequestEvent], service certificateService)
- func NewNotifyHandler(router *router.RouterGroup[*core.RequestEvent], service notifyService)
- func NewStatisticsHandler(router *router.RouterGroup[*core.RequestEvent], service statisticsService)
- func NewWorkflowHandler(router *router.RouterGroup[*core.RequestEvent], service workflowService)
- type CertificateHandler
- type NotifyHandler
- type StatisticsHandler
- type WorkflowHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCertificateHandler ¶
func NewCertificateHandler(router *router.RouterGroup[*core.RequestEvent], service certificateService)
func NewNotifyHandler ¶
func NewNotifyHandler(router *router.RouterGroup[*core.RequestEvent], service notifyService)
func NewStatisticsHandler ¶
func NewStatisticsHandler(router *router.RouterGroup[*core.RequestEvent], service statisticsService)
func NewWorkflowHandler ¶
func NewWorkflowHandler(router *router.RouterGroup[*core.RequestEvent], service workflowService)
Types ¶
type CertificateHandler ¶
type CertificateHandler struct {
// contains filtered or unexported fields
}
type NotifyHandler ¶
type NotifyHandler struct {
// contains filtered or unexported fields
}
type StatisticsHandler ¶
type StatisticsHandler struct {
// contains filtered or unexported fields
}
type WorkflowHandler ¶
type WorkflowHandler struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.