manager

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentTableService

type AgentTableService struct {
}

func (*AgentTableService) CreateAgentTable

func (ATService *AgentTableService) CreateAgentTable(AT *manager.AgentTable) (err error)

CreateAgentTable 创建agent记录 Author [piexlmax](https://github.com/piexlmax)

func (*AgentTableService) DeleteAgentTable

func (ATService *AgentTableService) DeleteAgentTable(ID string, userID uint) (err error)

DeleteAgentTable 删除agent记录 Author [piexlmax](https://github.com/piexlmax)

func (*AgentTableService) DeleteAgentTableByIds

func (ATService *AgentTableService) DeleteAgentTableByIds(IDs []string, deleted_by uint) (err error)

DeleteAgentTableByIds 批量删除agent记录 Author [piexlmax](https://github.com/piexlmax)

func (*AgentTableService) GetAgentTable

func (ATService *AgentTableService) GetAgentTable(ID string) (AT manager.AgentTable, err error)

GetAgentTable 根据ID获取agent记录 Author [piexlmax](https://github.com/piexlmax)

func (*AgentTableService) GetAgentTableInfoList

func (ATService *AgentTableService) GetAgentTableInfoList(info managerReq.AgentTableSearch) (list []manager.AgentTable, total int64, err error)

GetAgentTableInfoList 分页获取agent记录 Author [piexlmax](https://github.com/piexlmax)

func (*AgentTableService) UpdateAgentTable

func (ATService *AgentTableService) UpdateAgentTable(AT manager.AgentTable) (err error)

UpdateAgentTable 更新agent记录 Author [piexlmax](https://github.com/piexlmax)

Jump to

Keyboard shortcuts

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