Documentation ¶
Index ¶
- type InstallAppService
- func (installAppService *InstallAppService) DeleteInstallApps(ctx iris.Context) result.ResultDto
- func (installAppService *InstallAppService) GetInstallAppAll(InstallAppDto installApp.InstallAppDto) ([]*installApp.InstallAppDto, error)
- func (installAppService *InstallAppService) GetInstallApps(ctx iris.Context) result.ResultDto
- func (installAppService *InstallAppService) SaveInstallApps(param string) result.ResultDto
- func (installAppService *InstallAppService) UpdateInstallApps(ctx iris.Context) result.ResultDto
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallAppService ¶
type InstallAppService struct {
// contains filtered or unexported fields
}
func (*InstallAppService) DeleteInstallApps ¶
func (installAppService *InstallAppService) DeleteInstallApps(ctx iris.Context) result.ResultDto
* 删除 系统信息
func (*InstallAppService) GetInstallAppAll ¶
func (installAppService *InstallAppService) GetInstallAppAll(InstallAppDto installApp.InstallAppDto) ([]*installApp.InstallAppDto, error)
get db link all db by this user
func (*InstallAppService) GetInstallApps ¶
func (installAppService *InstallAppService) GetInstallApps(ctx iris.Context) result.ResultDto
* 查询 系统信息
func (*InstallAppService) SaveInstallApps ¶
func (installAppService *InstallAppService) SaveInstallApps(param string) result.ResultDto
* 保存 系统信息
func (*InstallAppService) UpdateInstallApps ¶
func (installAppService *InstallAppService) UpdateInstallApps(ctx iris.Context) result.ResultDto
* 修改 系统信息
Click to show internal directories.
Click to hide internal directories.