Documentation
¶
Index ¶
- func RegisterAdminLuaScriptRoutes(admin *gin.RouterGroup)
- func RegisterAdminRecordRoutes(admin *gin.RouterGroup)
- func RegisterAdminScheduleRoutes(admin *gin.RouterGroup)
- func RegisterAdminWebhookRoutes(admin *gin.RouterGroup)
- type AdminLuaScriptController
- func (s *AdminLuaScriptController) LuaScriptDelete(c *gin.Context)
- func (s *AdminLuaScriptController) LuaScriptList(c *gin.Context)
- func (s *AdminLuaScriptController) LuaScriptLoad(c *gin.Context)
- func (s *AdminLuaScriptController) LuaScriptOptionList(c *gin.Context)
- func (s *AdminLuaScriptController) LuaScriptSave(c *gin.Context)
- type AdminRecordController
- type AdminScheduleController
- func (s *AdminScheduleController) Delete(c *gin.Context)
- func (s *AdminScheduleController) EventList(c *gin.Context)
- func (s *AdminScheduleController) EventStatusOptionList(c *gin.Context)
- func (s *AdminScheduleController) List(c *gin.Context)
- func (s *AdminScheduleController) OutputList(c *gin.Context)
- func (s *AdminScheduleController) QuickSave(c *gin.Context)
- func (s *AdminScheduleController) Save(c *gin.Context)
- func (s *AdminScheduleController) Start(c *gin.Context)
- func (s *AdminScheduleController) SummaryByRecordID(c *gin.Context)
- func (s *AdminScheduleController) SummaryBySchedule(c *gin.Context)
- func (s *AdminScheduleController) UpdateScriptCode(c *gin.Context)
- type AdminWebhookController
- func (s *AdminWebhookController) WebhookDelete(c *gin.Context)
- func (s *AdminWebhookController) WebhookList(c *gin.Context)
- func (s *AdminWebhookController) WebhookOptionList(c *gin.Context)
- func (s *AdminWebhookController) WebhookSave(c *gin.Context)
- func (s *AdminWebhookController) WebhookTest(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterAdminLuaScriptRoutes ¶ added in v0.0.130
func RegisterAdminLuaScriptRoutes(admin *gin.RouterGroup)
func RegisterAdminRecordRoutes ¶ added in v0.0.132
func RegisterAdminRecordRoutes(admin *gin.RouterGroup)
func RegisterAdminScheduleRoutes ¶ added in v0.0.132
func RegisterAdminScheduleRoutes(admin *gin.RouterGroup)
func RegisterAdminWebhookRoutes ¶ added in v0.0.130
func RegisterAdminWebhookRoutes(admin *gin.RouterGroup)
Types ¶
type AdminLuaScriptController ¶ added in v0.0.130
type AdminLuaScriptController struct {
}
func (*AdminLuaScriptController) LuaScriptDelete ¶ added in v0.0.130
func (s *AdminLuaScriptController) LuaScriptDelete(c *gin.Context)
func (*AdminLuaScriptController) LuaScriptList ¶ added in v0.0.130
func (s *AdminLuaScriptController) LuaScriptList(c *gin.Context)
func (*AdminLuaScriptController) LuaScriptLoad ¶ added in v0.0.130
func (s *AdminLuaScriptController) LuaScriptLoad(c *gin.Context)
func (*AdminLuaScriptController) LuaScriptOptionList ¶ added in v0.0.130
func (s *AdminLuaScriptController) LuaScriptOptionList(c *gin.Context)
func (*AdminLuaScriptController) LuaScriptSave ¶ added in v0.0.130
func (s *AdminLuaScriptController) LuaScriptSave(c *gin.Context)
type AdminRecordController ¶ added in v0.0.132
type AdminRecordController struct {
}
func (*AdminRecordController) Push ¶ added in v0.0.132
func (r *AdminRecordController) Push(c *gin.Context)
func (*AdminRecordController) RecordList ¶ added in v0.0.132
func (r *AdminRecordController) RecordList(c *gin.Context)
type AdminScheduleController ¶ added in v0.0.132
type AdminScheduleController struct {
}
func (*AdminScheduleController) Delete ¶ added in v0.0.132
func (s *AdminScheduleController) Delete(c *gin.Context)
func (*AdminScheduleController) EventList ¶ added in v0.0.132
func (s *AdminScheduleController) EventList(c *gin.Context)
func (*AdminScheduleController) EventStatusOptionList ¶ added in v0.0.132
func (s *AdminScheduleController) EventStatusOptionList(c *gin.Context)
func (*AdminScheduleController) List ¶ added in v0.0.132
func (s *AdminScheduleController) List(c *gin.Context)
func (*AdminScheduleController) OutputList ¶ added in v0.0.132
func (s *AdminScheduleController) OutputList(c *gin.Context)
func (*AdminScheduleController) QuickSave ¶ added in v0.0.132
func (s *AdminScheduleController) QuickSave(c *gin.Context)
func (*AdminScheduleController) Save ¶ added in v0.0.132
func (s *AdminScheduleController) Save(c *gin.Context)
func (*AdminScheduleController) Start ¶ added in v0.0.132
func (s *AdminScheduleController) Start(c *gin.Context)
func (*AdminScheduleController) SummaryByRecordID ¶ added in v0.0.132
func (s *AdminScheduleController) SummaryByRecordID(c *gin.Context)
SummaryByRecordID 汇总指定巡检记录的规则总数与失败数
func (*AdminScheduleController) SummaryBySchedule ¶ added in v0.0.132
func (s *AdminScheduleController) SummaryBySchedule(c *gin.Context)
SummaryBySchedule 汇总指定scheduleID下的巡检执行信息 SummaryBySchedule 统计巡检计划执行情况,支持按时间范围过滤
func (*AdminScheduleController) UpdateScriptCode ¶ added in v0.0.132
func (s *AdminScheduleController) UpdateScriptCode(c *gin.Context)
type AdminWebhookController ¶ added in v0.0.130
type AdminWebhookController struct {
}
func (*AdminWebhookController) WebhookDelete ¶ added in v0.0.130
func (s *AdminWebhookController) WebhookDelete(c *gin.Context)
func (*AdminWebhookController) WebhookList ¶ added in v0.0.130
func (s *AdminWebhookController) WebhookList(c *gin.Context)
func (*AdminWebhookController) WebhookOptionList ¶ added in v0.0.130
func (s *AdminWebhookController) WebhookOptionList(c *gin.Context)
func (*AdminWebhookController) WebhookSave ¶ added in v0.0.130
func (s *AdminWebhookController) WebhookSave(c *gin.Context)
func (*AdminWebhookController) WebhookTest ¶ added in v0.0.130
func (s *AdminWebhookController) WebhookTest(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.