Documentation ¶
Index ¶
- type HostAttrService
- func (hostAttrService *HostAttrService) DeleteHostAttrs(ctx iris.Context) result.ResultDto
- func (hostAttrService *HostAttrService) GetHostAttrAll(hostAttrDto host.HostAttrDto) ([]*host.HostAttrDto, error)
- func (hostAttrService *HostAttrService) GetHostAttrs(ctx iris.Context) result.ResultDto
- func (hostAttrService *HostAttrService) SaveHostAttrs(ctx iris.Context) result.ResultDto
- func (hostAttrService *HostAttrService) UpdateHostAttrs(ctx iris.Context) result.ResultDto
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostAttrService ¶
type HostAttrService struct {
// contains filtered or unexported fields
}
func (*HostAttrService) DeleteHostAttrs ¶
func (hostAttrService *HostAttrService) DeleteHostAttrs(ctx iris.Context) result.ResultDto
* 删除 系统信息
func (*HostAttrService) GetHostAttrAll ¶
func (hostAttrService *HostAttrService) GetHostAttrAll(hostAttrDto host.HostAttrDto) ([]*host.HostAttrDto, error)
* 查询 系统信息
func (*HostAttrService) GetHostAttrs ¶
func (hostAttrService *HostAttrService) GetHostAttrs(ctx iris.Context) result.ResultDto
* 查询 系统信息
func (*HostAttrService) SaveHostAttrs ¶
func (hostAttrService *HostAttrService) SaveHostAttrs(ctx iris.Context) result.ResultDto
* 保存 系统信息
func (*HostAttrService) UpdateHostAttrs ¶
func (hostAttrService *HostAttrService) UpdateHostAttrs(ctx iris.Context) result.ResultDto
* 修改 系统信息
Click to show internal directories.
Click to hide internal directories.