Documentation
¶
Index ¶
- func NewCertificatesHandler(router *router.RouterGroup[*core.RequestEvent], service certificateService)
- func NewNotificationsHandler(router *router.RouterGroup[*core.RequestEvent], service notifyService)
- func NewStatisticsHandler(router *router.RouterGroup[*core.RequestEvent], service statisticsService)
- func NewWorkflowsHandler(router *router.RouterGroup[*core.RequestEvent], service workflowService)
- type CertificatesHandler
- type NotificationsHandler
- type StatisticsHandler
- type WorkflowsHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCertificatesHandler ¶ added in v0.4.11
func NewCertificatesHandler(router *router.RouterGroup[*core.RequestEvent], service certificateService)
func NewNotificationsHandler ¶ added in v0.4.11
func NewNotificationsHandler(router *router.RouterGroup[*core.RequestEvent], service notifyService)
func NewStatisticsHandler ¶
func NewStatisticsHandler(router *router.RouterGroup[*core.RequestEvent], service statisticsService)
func NewWorkflowsHandler ¶ added in v0.4.11
func NewWorkflowsHandler(router *router.RouterGroup[*core.RequestEvent], service workflowService)
Types ¶
type CertificatesHandler ¶ added in v0.4.11
type CertificatesHandler struct {
// contains filtered or unexported fields
}
type NotificationsHandler ¶ added in v0.4.11
type NotificationsHandler struct {
// contains filtered or unexported fields
}
type StatisticsHandler ¶
type StatisticsHandler struct {
// contains filtered or unexported fields
}
type WorkflowsHandler ¶ added in v0.4.11
type WorkflowsHandler struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.