Documentation
¶
Index ¶
- type AgentTableService
- func (ATService *AgentTableService) CreateAgentTable(AT *manager.AgentTable) (err error)
- func (ATService *AgentTableService) DeleteAgentTable(ID string, userID uint) (err error)
- func (ATService *AgentTableService) DeleteAgentTableByIds(IDs []string, deleted_by uint) (err error)
- func (ATService *AgentTableService) GetAgentTable(ID string) (AT manager.AgentTable, err error)
- func (ATService *AgentTableService) GetAgentTableInfoList(info managerReq.AgentTableSearch) (list []manager.AgentTable, total int64, err error)
- func (ATService *AgentTableService) UpdateAgentTable(AT manager.AgentTable) (err error)
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)
Click to show internal directories.
Click to hide internal directories.