service

package
v0.0.0-...-1bf96ee Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2022 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MonitorEventService

type MonitorEventService struct {
	// contains filtered or unexported fields
}

func (*MonitorEventService) DeleteMonitorEvents

func (monitorEventService *MonitorEventService) DeleteMonitorEvents(ctx iris.Context) result.ResultDto

* 删除 系统信息

func (*MonitorEventService) GetMonitorEventAll

func (monitorEventService *MonitorEventService) GetMonitorEventAll(monitorEventDto monitor.MonitorEventDto) ([]*monitor.MonitorEventDto, error)

* 查询 系统信息

func (*MonitorEventService) GetMonitorEvents

func (monitorEventService *MonitorEventService) GetMonitorEvents(ctx iris.Context) result.ResultDto

* 查询 系统信息

func (*MonitorEventService) SaveMonitorEvents

func (monitorEventService *MonitorEventService) SaveMonitorEvents(eventDto monitor.MonitorEventDto) error

* 保存 系统信息

func (*MonitorEventService) UpdateMonitorEvents

func (monitorEventService *MonitorEventService) UpdateMonitorEvents(ctx iris.Context) result.ResultDto

* 修改 系统信息

type MonitorHostGroupService

type MonitorHostGroupService struct {
	// contains filtered or unexported fields
}

func (*MonitorHostGroupService) DeleteMonitorHostGroups

func (monitorHostGroupService *MonitorHostGroupService) DeleteMonitorHostGroups(ctx iris.Context) result.ResultDto

* 删除 系统信息

func (*MonitorHostGroupService) GetMonitorHostGroups

func (monitorHostGroupService *MonitorHostGroupService) GetMonitorHostGroups(ctx iris.Context) result.ResultDto

* 查询 系统信息

func (*MonitorHostGroupService) SaveMonitorHostGroups

func (monitorHostGroupService *MonitorHostGroupService) SaveMonitorHostGroups(ctx iris.Context) result.ResultDto

* 保存 系统信息

func (*MonitorHostGroupService) StartMonitorHostGroups

func (monitorHostGroupService *MonitorHostGroupService) StartMonitorHostGroups(ctx iris.Context) result.ResultDto

* 启动组

func (*MonitorHostGroupService) StopMonitorHostGroups

func (monitorHostGroupService *MonitorHostGroupService) StopMonitorHostGroups(ctx iris.Context) result.ResultDto

* 停止组

func (*MonitorHostGroupService) UpdateMonitorHostGroups

func (monitorHostGroupService *MonitorHostGroupService) UpdateMonitorHostGroups(ctx iris.Context) result.ResultDto

* 修改 系统信息

type MonitorHostLogService

type MonitorHostLogService struct {
	// contains filtered or unexported fields
}

func (*MonitorHostLogService) DeleteMonitorHostLogs

func (monitorHostService *MonitorHostLogService) DeleteMonitorHostLogs(ctx iris.Context) result.ResultDto

* 删除 系统信息

func (*MonitorHostLogService) GetMonitorHostLogAll

func (monitorHostService *MonitorHostLogService) GetMonitorHostLogAll(monitorHostDto monitor.MonitorHostLogDto) ([]*monitor.MonitorHostLogDto, error)

* 查询 系统信息

func (*MonitorHostLogService) GetMonitorHostLogs

func (monitorHostService *MonitorHostLogService) GetMonitorHostLogs(ctx iris.Context) result.ResultDto

* 查询 系统信息

func (*MonitorHostLogService) SaveMonitorHostLogs

func (monitorHostService *MonitorHostLogService) SaveMonitorHostLogs(ctx iris.Context) result.ResultDto

* 保存 系统信息

func (*MonitorHostLogService) UpdateMonitorHostLogs

func (monitorHostService *MonitorHostLogService) UpdateMonitorHostLogs(ctx iris.Context) result.ResultDto

* 修改 系统信息

type MonitorHostService

type MonitorHostService struct {
	// contains filtered or unexported fields
}

func (*MonitorHostService) DeleteMonitorHosts

func (monitorHostService *MonitorHostService) DeleteMonitorHosts(ctx iris.Context) result.ResultDto

* 删除 系统信息

func (*MonitorHostService) GetMonitorHostAll

func (monitorHostService *MonitorHostService) GetMonitorHostAll(monitorHostDto monitor.MonitorHostDto) ([]*monitor.MonitorHostDto, error)

* 查询 系统信息

func (*MonitorHostService) GetMonitorHosts

func (monitorHostService *MonitorHostService) GetMonitorHosts(ctx iris.Context) result.ResultDto

* 查询 系统信息

func (*MonitorHostService) SaveMonitorHosts

func (monitorHostService *MonitorHostService) SaveMonitorHosts(ctx iris.Context) result.ResultDto

* 保存 系统信息

func (*MonitorHostService) UpdateMonitorHosts

func (monitorHostService *MonitorHostService) UpdateMonitorHosts(ctx iris.Context) result.ResultDto

* 修改 系统信息

type MonitorTaskAttrService

type MonitorTaskAttrService struct {
	// contains filtered or unexported fields
}

func (*MonitorTaskAttrService) DeleteMonitorTaskAttrs

func (monitorTaskAttrService *MonitorTaskAttrService) DeleteMonitorTaskAttrs(ctx iris.Context) result.ResultDto

* 删除 系统信息

func (*MonitorTaskAttrService) GetMonitorTaskAttrAll

func (monitorTaskAttrService *MonitorTaskAttrService) GetMonitorTaskAttrAll(monitorTaskAttrDto monitor.MonitorTaskAttrDto) ([]*monitor.MonitorTaskAttrDto, error)

* 查询 系统信息

func (*MonitorTaskAttrService) GetMonitorTaskAttrs

func (monitorTaskAttrService *MonitorTaskAttrService) GetMonitorTaskAttrs(ctx iris.Context) result.ResultDto

* 查询 系统信息

func (*MonitorTaskAttrService) SaveMonitorTaskAttrs

func (monitorTaskAttrService *MonitorTaskAttrService) SaveMonitorTaskAttrs(ctx iris.Context) result.ResultDto

* 保存 系统信息

func (*MonitorTaskAttrService) UpdateMonitorTaskAttrs

func (monitorTaskAttrService *MonitorTaskAttrService) UpdateMonitorTaskAttrs(ctx iris.Context) result.ResultDto

* 修改 系统信息

type MonitorTaskService

type MonitorTaskService struct {
	// contains filtered or unexported fields
}

func (*MonitorTaskService) DeleteMonitorTasks

func (monitorTaskService *MonitorTaskService) DeleteMonitorTasks(ctx iris.Context) result.ResultDto

* 删除 系统信息

func (*MonitorTaskService) GetMonitorTaskAll

func (monitorTaskService *MonitorTaskService) GetMonitorTaskAll(monitorTaskDto monitor.MonitorTaskDto) ([]*monitor.MonitorTaskDto, error)

* 查询 系统信息

func (*MonitorTaskService) GetMonitorTasks

func (monitorTaskService *MonitorTaskService) GetMonitorTasks(ctx iris.Context) result.ResultDto

* 查询 系统信息

func (*MonitorTaskService) ListTaskTemplate

func (monitorTaskService *MonitorTaskService) ListTaskTemplate(ctx iris.Context) result.ResultDto

func (*MonitorTaskService) SaveMonitorTasks

func (monitorTaskService *MonitorTaskService) SaveMonitorTasks(ctx iris.Context) result.ResultDto

* 保存 系统信息

func (*MonitorTaskService) StartMonitorTask

func (monitorTaskService *MonitorTaskService) StartMonitorTask(ctx iris.Context) result.ResultDto

* 停止组

func (*MonitorTaskService) StopMonitorTasks

func (monitorTaskService *MonitorTaskService) StopMonitorTasks(ctx iris.Context) result.ResultDto

* 停止组

func (*MonitorTaskService) UpdateMonitorTasks

func (monitorTaskService *MonitorTaskService) UpdateMonitorTasks(ctx iris.Context) result.ResultDto

* 修改 系统信息

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL