Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { api.BaseController // contains filtered or unexported fields }
Handler handles reqeust on /service/notifications/jobs/*, which listens to the webhook of jobservice.
func (*Handler) HandleReplicationScheduleJob ¶ added in v1.8.0
func (h *Handler) HandleReplicationScheduleJob()
HandleReplicationScheduleJob handles the webhook of replication schedule job
func (*Handler) HandleReplicationTask ¶ added in v1.8.0
func (h *Handler) HandleReplicationTask()
HandleReplicationTask handles the webhook of replication task
func (*Handler) HandleScan ¶
func (h *Handler) HandleScan()
HandleScan handles the webhook of scan job
Click to show internal directories.
Click to hide internal directories.