Documentation ¶
Index ¶
- func InjectAppDao(s *AppDao)
- func InjectAppNamespaceDao(s *AppNamespaceDao)
- func InjectEnvDao(s *EnvDao)
- func InjectInstanceDao(s *InstanceDao)
- func InjectItemDao(s *ItemDao)
- func InjectNamespaceDao(s *NamespaceDao)
- func InjectPublishDao(s *PublishDao)
- func InjectServiceInfoDao(s *ServiceInfoDao)
- func InjectTenantInfoDao(s *TenantInfoDao)
- func LoadAppDao() baseiface.ISingleton
- func LoadAppNamespaceDao() baseiface.ISingleton
- func LoadEnvDao() baseiface.ISingleton
- func LoadInstanceDao() baseiface.ISingleton
- func LoadItemDao() baseiface.ISingleton
- func LoadNamespaceDao() baseiface.ISingleton
- func LoadPublishDao() baseiface.ISingleton
- func LoadServiceInfoDao() baseiface.ISingleton
- func LoadTenantInfoDao() baseiface.ISingleton
- type AppDao
- func (this *AppDao) Count(param *page.PageRequest) (int, error)
- func (this *AppDao) DeleteById(Id int32) error
- func (this *AppDao) FindById(Id int32) (entity *model.App, found bool, err error)
- func (this *AppDao) FindByIds(pks string) (*[]model.App, error)
- func (this *AppDao) FindData(result *basedto.IchubResult) *model.App
- func (this *AppDao) FindDataList(result *page.PageResult) *[]model.App
- func (this *AppDao) Insert(entity *model.App) (int32, error)
- func (this *AppDao) Query(param *page.PageRequest) *page.PageResult
- func (this *AppDao) Save(entity *model.App) (int32, error)
- func (this *AppDao) Update(entity *model.App) (int32, error)
- func (this *AppDao) UpdateMap(Id int32, maps map[string]interface{}) (int32, error)
- func (this *AppDao) UpdateNotNull(Id int32, maps map[string]interface{}) (int32, error)
- type AppNamespaceDao
- func (this *AppNamespaceDao) Count(param *page.PageRequest) (int, error)
- func (this *AppNamespaceDao) DeleteById(Id int32) error
- func (this *AppNamespaceDao) FindById(Id int32) (entity *model.AppNamespace, found bool, err error)
- func (this *AppNamespaceDao) FindByIds(pks string) (*[]model.AppNamespace, error)
- func (this *AppNamespaceDao) FindData(result *basedto.IchubResult) *model.AppNamespace
- func (this *AppNamespaceDao) FindDataList(result *page.PageResult) *[]model.AppNamespace
- func (this *AppNamespaceDao) Insert(entity *model.AppNamespace) (int32, error)
- func (this *AppNamespaceDao) Query(param *page.PageRequest) *page.PageResult
- func (this *AppNamespaceDao) Save(entity *model.AppNamespace) (int32, error)
- func (this *AppNamespaceDao) Update(entity *model.AppNamespace) (int32, error)
- func (this *AppNamespaceDao) UpdateMap(Id int32, maps map[string]interface{}) (int32, error)
- func (this *AppNamespaceDao) UpdateNotNull(Id int32, maps map[string]interface{}) (int32, error)
- type EnvDao
- func (this *EnvDao) Count(param *page.PageRequest) (int, error)
- func (this *EnvDao) DeleteById(Id int32) error
- func (this *EnvDao) FindById(Id int32) (entity *model.Env, found bool, err error)
- func (this *EnvDao) FindByIds(pks string) (*[]model.Env, error)
- func (this *EnvDao) FindData(result *basedto.IchubResult) *model.Env
- func (this *EnvDao) FindDataList(result *page.PageResult) *[]model.Env
- func (this *EnvDao) Insert(entity *model.Env) (int32, error)
- func (this *EnvDao) Query(param *page.PageRequest) *page.PageResult
- func (this *EnvDao) Save(entity *model.Env) (int32, error)
- func (this *EnvDao) Update(entity *model.Env) (int32, error)
- func (this *EnvDao) UpdateMap(Id int32, maps map[string]interface{}) (int32, error)
- func (this *EnvDao) UpdateNotNull(Id int32, maps map[string]interface{}) (int32, error)
- type InstanceDao
- func (this *InstanceDao) Count(param *page.PageRequest) (int, error)
- func (this *InstanceDao) DeleteById(Id int32) error
- func (this *InstanceDao) FindById(Id int32) (entity *model.Instance, found bool, err error)
- func (this *InstanceDao) FindByIds(pks string) (*[]model.Instance, error)
- func (this *InstanceDao) FindData(result *basedto.IchubResult) *model.Instance
- func (this *InstanceDao) FindDataList(result *page.PageResult) *[]model.Instance
- func (this *InstanceDao) Insert(entity *model.Instance) (int32, error)
- func (this *InstanceDao) Query(param *page.PageRequest) *page.PageResult
- func (this *InstanceDao) Save(entity *model.Instance) (int32, error)
- func (this *InstanceDao) Update(entity *model.Instance) (int32, error)
- func (this *InstanceDao) UpdateMap(Id int32, maps map[string]interface{}) (int32, error)
- func (this *InstanceDao) UpdateNotNull(Id int32, maps map[string]interface{}) (int32, error)
- type ItemDao
- func (this *ItemDao) Count(param *page.PageRequest) (int, error)
- func (this *ItemDao) DeleteById(Id int32) error
- func (this *ItemDao) FindById(Id int32) (entity *model.Item, found bool, err error)
- func (this *ItemDao) FindByIds(pks string) (*[]model.Item, error)
- func (this *ItemDao) FindData(result *basedto.IchubResult) *model.Item
- func (this *ItemDao) FindDataList(result *page.PageResult) *[]model.Item
- func (this *ItemDao) Insert(entity *model.Item) (int32, error)
- func (this *ItemDao) Query(param *page.PageRequest) *page.PageResult
- func (this *ItemDao) Save(entity *model.Item) (int32, error)
- func (this *ItemDao) Update(entity *model.Item) (int32, error)
- func (this *ItemDao) UpdateMap(Id int32, maps map[string]interface{}) (int32, error)
- func (this *ItemDao) UpdateNotNull(Id int32, maps map[string]interface{}) (int32, error)
- type NamespaceDao
- func (this *NamespaceDao) Count(param *page.PageRequest) (int, error)
- func (this *NamespaceDao) DeleteById(Id int32) error
- func (this *NamespaceDao) FindById(Id int32) (entity *model.Namespace, found bool, err error)
- func (this *NamespaceDao) FindByIds(pks string) (*[]model.Namespace, error)
- func (this *NamespaceDao) FindData(result *basedto.IchubResult) *model.Namespace
- func (this *NamespaceDao) FindDataList(result *page.PageResult) *[]model.Namespace
- func (this *NamespaceDao) Insert(entity *model.Namespace) (int32, error)
- func (this *NamespaceDao) Query(param *page.PageRequest) *page.PageResult
- func (this *NamespaceDao) Save(entity *model.Namespace) (int32, error)
- func (this *NamespaceDao) Update(entity *model.Namespace) (int32, error)
- func (this *NamespaceDao) UpdateMap(Id int32, maps map[string]interface{}) (int32, error)
- func (this *NamespaceDao) UpdateNotNull(Id int32, maps map[string]interface{}) (int32, error)
- type PublishDao
- func (this *PublishDao) Count(param *page.PageRequest) (int, error)
- func (this *PublishDao) DeleteById(Id int32) error
- func (this *PublishDao) FindById(Id int32) (entity *model.Publish, found bool, err error)
- func (this *PublishDao) FindByIds(pks string) (*[]model.Publish, error)
- func (this *PublishDao) FindData(result *basedto.IchubResult) *model.Publish
- func (this *PublishDao) FindDataList(result *page.PageResult) *[]model.Publish
- func (this *PublishDao) Insert(entity *model.Publish) (int32, error)
- func (this *PublishDao) Query(param *page.PageRequest) *page.PageResult
- func (this *PublishDao) Save(entity *model.Publish) (int32, error)
- func (this *PublishDao) Update(entity *model.Publish) (int32, error)
- func (this *PublishDao) UpdateMap(Id int32, maps map[string]interface{}) (int32, error)
- func (this *PublishDao) UpdateNotNull(Id int32, maps map[string]interface{}) (int32, error)
- type ServiceInfoDao
- func (this *ServiceInfoDao) Count(param *page.PageRequest) (int, error)
- func (this *ServiceInfoDao) DeleteById(Id int32) error
- func (this *ServiceInfoDao) FindById(Id int32) (entity *model.ServiceInfo, found bool, err error)
- func (this *ServiceInfoDao) FindByIds(pks string) (*[]model.ServiceInfo, error)
- func (this *ServiceInfoDao) FindData(result *basedto.IchubResult) *model.ServiceInfo
- func (this *ServiceInfoDao) FindDataList(result *page.PageResult) *[]model.ServiceInfo
- func (this *ServiceInfoDao) Insert(entity *model.ServiceInfo) (int32, error)
- func (this *ServiceInfoDao) Query(param *page.PageRequest) *page.PageResult
- func (this *ServiceInfoDao) Save(entity *model.ServiceInfo) (int32, error)
- func (this *ServiceInfoDao) Update(entity *model.ServiceInfo) (int32, error)
- func (this *ServiceInfoDao) UpdateMap(Id int32, maps map[string]interface{}) (int32, error)
- func (this *ServiceInfoDao) UpdateNotNull(Id int32, maps map[string]interface{}) (int32, error)
- type TenantInfoDao
- func (this *TenantInfoDao) Count(param *page.PageRequest) (int, error)
- func (this *TenantInfoDao) DeleteById(Id int64) error
- func (this *TenantInfoDao) FindById(Id int64) (entity *model.TenantInfo, found bool, err error)
- func (this *TenantInfoDao) FindByIds(pks string) (*[]model.TenantInfo, error)
- func (this *TenantInfoDao) FindData(result *basedto.IchubResult) *model.TenantInfo
- func (this *TenantInfoDao) FindDataList(result *page.PageResult) *[]model.TenantInfo
- func (this *TenantInfoDao) Insert(entity *model.TenantInfo) (int64, error)
- func (this *TenantInfoDao) Query(param *page.PageRequest) *page.PageResult
- func (this *TenantInfoDao) Save(entity *model.TenantInfo) (int64, error)
- func (this *TenantInfoDao) Update(entity *model.TenantInfo) (int64, error)
- func (this *TenantInfoDao) UpdateMap(Id int64, maps map[string]interface{}) (int64, error)
- func (this *TenantInfoDao) UpdateNotNull(Id int64, maps map[string]interface{}) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InjectAppDao ¶
func InjectAppDao(s *AppDao)
func InjectAppNamespaceDao ¶
func InjectAppNamespaceDao(s *AppNamespaceDao)
func InjectEnvDao ¶
func InjectEnvDao(s *EnvDao)
func InjectInstanceDao ¶
func InjectInstanceDao(s *InstanceDao)
func InjectItemDao ¶
func InjectItemDao(s *ItemDao)
func InjectNamespaceDao ¶
func InjectNamespaceDao(s *NamespaceDao)
func InjectPublishDao ¶
func InjectPublishDao(s *PublishDao)
func InjectServiceInfoDao ¶
func InjectServiceInfoDao(s *ServiceInfoDao)
func InjectTenantInfoDao ¶
func InjectTenantInfoDao(s *TenantInfoDao)
func LoadAppDao ¶
func LoadAppDao() baseiface.ISingleton
func LoadAppNamespaceDao ¶
func LoadAppNamespaceDao() baseiface.ISingleton
func LoadEnvDao ¶
func LoadEnvDao() baseiface.ISingleton
func LoadInstanceDao ¶
func LoadInstanceDao() baseiface.ISingleton
func LoadItemDao ¶
func LoadItemDao() baseiface.ISingleton
func LoadNamespaceDao ¶
func LoadNamespaceDao() baseiface.ISingleton
func LoadPublishDao ¶
func LoadPublishDao() baseiface.ISingleton
func LoadServiceInfoDao ¶
func LoadServiceInfoDao() baseiface.ISingleton
func LoadTenantInfoDao ¶
func LoadTenantInfoDao() baseiface.ISingleton
Types ¶
type AppDao ¶
type AppDao struct { basedao.BaseDao basedto.BaseEntitySingle }
var InstAppDao AppDao
func FindBeanAppDao ¶
func FindBeanAppDao() *AppDao
func (*AppDao) Count ¶
func (this *AppDao) Count(param *page.PageRequest) (int, error)
@title 函数名称: Count @description : 计算符合条件的记录总数!PageRequest通用条件
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:22 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: int, error
func (*AppDao) DeleteById ¶
@title 函数名称: DeleteById @description : 根据主键Id 删除记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:22 @param 输入参数名: Id int32 @return 返回参数名: error
func (*AppDao) FindById ¶
@title 函数名称: FindById @description : 根据主键Id 查询记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:22 @param 输入参数名: Id int32 @return 返回参数名: entity *model.App, found bool, err error
func (*AppDao) FindByIds ¶
@title 函数名称: FindByIds @description : 根据主键Id 查询多条记录; FindByIds("1,36,39")
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:22 @param 输入参数名: pks string @return 返回参数名: *[]model.App,error
func (*AppDao) FindDataList ¶
func (this *AppDao) FindDataList(result *page.PageResult) *[]model.App
func (*AppDao) Insert ¶
@title 函数名称: Insert @description : 新增记录 @auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:22 @param 输入参数名: entity *model.App @return 返回参数名: int32,error
func (*AppDao) Query ¶
func (this *AppDao) Query(param *page.PageRequest) *page.PageResult
@title 函数名称: Query @description : 查询符合条件的记录!通用条件分页
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:22 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: *pagedto.IchubPageResult
func (*AppDao) Save ¶
@title 函数名称: Save @description : 保存记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:22 @param 输入参数名: entity *model.App @return 返回参数名: int32,error
func (*AppDao) Update ¶
@title 函数名称: Update @description : 修改记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:22 @param 输入参数名: entity *model.App @return 返回参数名: int32,error
type AppNamespaceDao ¶
type AppNamespaceDao struct { basedao.BaseDao basedto.BaseEntitySingle }
var InstAppNamespaceDao AppNamespaceDao
func FindBeanAppNamespaceDao ¶
func FindBeanAppNamespaceDao() *AppNamespaceDao
func NewAppNamespaceDao ¶
func NewAppNamespaceDao() *AppNamespaceDao
func (*AppNamespaceDao) Count ¶
func (this *AppNamespaceDao) Count(param *page.PageRequest) (int, error)
@title 函数名称: Count @description : 计算符合条件的记录总数!PageRequest通用条件
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:28 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: int, error
func (*AppNamespaceDao) DeleteById ¶
func (this *AppNamespaceDao) DeleteById(Id int32) error
@title 函数名称: DeleteById @description : 根据主键Id 删除记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:28 @param 输入参数名: Id int32 @return 返回参数名: error
func (*AppNamespaceDao) FindById ¶
func (this *AppNamespaceDao) FindById(Id int32) (entity *model.AppNamespace, found bool, err error)
@title 函数名称: FindById @description : 根据主键Id 查询记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:28 @param 输入参数名: Id int32 @return 返回参数名: entity *model.AppNamespace, found bool, err error
func (*AppNamespaceDao) FindByIds ¶
func (this *AppNamespaceDao) FindByIds(pks string) (*[]model.AppNamespace, error)
@title 函数名称: FindByIds @description : 根据主键Id 查询多条记录; FindByIds("1,36,39")
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:28 @param 输入参数名: pks string @return 返回参数名: *[]model.AppNamespace,error
func (*AppNamespaceDao) FindData ¶
func (this *AppNamespaceDao) FindData(result *basedto.IchubResult) *model.AppNamespace
func (*AppNamespaceDao) FindDataList ¶
func (this *AppNamespaceDao) FindDataList(result *page.PageResult) *[]model.AppNamespace
func (*AppNamespaceDao) Insert ¶
func (this *AppNamespaceDao) Insert(entity *model.AppNamespace) (int32, error)
@title 函数名称: Insert @description : 新增记录 @auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:28 @param 输入参数名: entity *model.AppNamespace @return 返回参数名: int32,error
func (*AppNamespaceDao) Query ¶
func (this *AppNamespaceDao) Query(param *page.PageRequest) *page.PageResult
@title 函数名称: Query @description : 查询符合条件的记录!通用条件分页
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:28 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: *pagedto.IchubPageResult
func (*AppNamespaceDao) Save ¶
func (this *AppNamespaceDao) Save(entity *model.AppNamespace) (int32, error)
@title 函数名称: Save @description : 保存记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:28 @param 输入参数名: entity *model.AppNamespace @return 返回参数名: int32,error
func (*AppNamespaceDao) Update ¶
func (this *AppNamespaceDao) Update(entity *model.AppNamespace) (int32, error)
@title 函数名称: Update @description : 修改记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:28 @param 输入参数名: entity *model.AppNamespace @return 返回参数名: int32,error
func (*AppNamespaceDao) UpdateMap ¶
func (this *AppNamespaceDao) UpdateMap(Id int32, maps map[string]interface{}) (int32, error)
@title 函数名称: UpdateMap @description : 根据主键Id,map修改指定字段
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:28 @param 输入参数名: Id int64,entity map[string]interface{} @return 返回参数名: int64,error
func (*AppNamespaceDao) UpdateNotNull ¶
func (this *AppNamespaceDao) UpdateNotNull(Id int32, maps map[string]interface{}) (int32, error)
type EnvDao ¶
type EnvDao struct { basedao.BaseDao basedto.BaseEntitySingle }
var InstEnvDao EnvDao
func FindBeanEnvDao ¶
func FindBeanEnvDao() *EnvDao
func (*EnvDao) Count ¶
func (this *EnvDao) Count(param *page.PageRequest) (int, error)
@title 函数名称: Count @description : 计算符合条件的记录总数!PageRequest通用条件
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:35 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: int, error
func (*EnvDao) DeleteById ¶
@title 函数名称: DeleteById @description : 根据主键Id 删除记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:35 @param 输入参数名: Id int32 @return 返回参数名: error
func (*EnvDao) FindById ¶
@title 函数名称: FindById @description : 根据主键Id 查询记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:35 @param 输入参数名: Id int32 @return 返回参数名: entity *model.Env, found bool, err error
func (*EnvDao) FindByIds ¶
@title 函数名称: FindByIds @description : 根据主键Id 查询多条记录; FindByIds("1,36,39")
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:35 @param 输入参数名: pks string @return 返回参数名: *[]model.Env,error
func (*EnvDao) FindDataList ¶
func (this *EnvDao) FindDataList(result *page.PageResult) *[]model.Env
func (*EnvDao) Insert ¶
@title 函数名称: Insert @description : 新增记录 @auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:35 @param 输入参数名: entity *model.Env @return 返回参数名: int32,error
func (*EnvDao) Query ¶
func (this *EnvDao) Query(param *page.PageRequest) *page.PageResult
@title 函数名称: Query @description : 查询符合条件的记录!通用条件分页
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:35 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: *pagedto.IchubPageResult
func (*EnvDao) Save ¶
@title 函数名称: Save @description : 保存记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:35 @param 输入参数名: entity *model.Env @return 返回参数名: int32,error
func (*EnvDao) Update ¶
@title 函数名称: Update @description : 修改记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:35 @param 输入参数名: entity *model.Env @return 返回参数名: int32,error
type InstanceDao ¶
type InstanceDao struct { basedao.BaseDao basedto.BaseEntitySingle }
var InstInstanceDao InstanceDao
func FindBeanInstanceDao ¶
func FindBeanInstanceDao() *InstanceDao
func NewInstanceDao ¶
func NewInstanceDao() *InstanceDao
func (*InstanceDao) Count ¶
func (this *InstanceDao) Count(param *page.PageRequest) (int, error)
@title 函数名称: Count @description : 计算符合条件的记录总数!PageRequest通用条件
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:41 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: int, error
func (*InstanceDao) DeleteById ¶
func (this *InstanceDao) DeleteById(Id int32) error
@title 函数名称: DeleteById @description : 根据主键Id 删除记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:41 @param 输入参数名: Id int32 @return 返回参数名: error
func (*InstanceDao) FindById ¶
@title 函数名称: FindById @description : 根据主键Id 查询记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:41 @param 输入参数名: Id int32 @return 返回参数名: entity *model.Instance, found bool, err error
func (*InstanceDao) FindByIds ¶
func (this *InstanceDao) FindByIds(pks string) (*[]model.Instance, error)
@title 函数名称: FindByIds @description : 根据主键Id 查询多条记录; FindByIds("1,36,39")
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:41 @param 输入参数名: pks string @return 返回参数名: *[]model.Instance,error
func (*InstanceDao) FindData ¶
func (this *InstanceDao) FindData(result *basedto.IchubResult) *model.Instance
func (*InstanceDao) FindDataList ¶
func (this *InstanceDao) FindDataList(result *page.PageResult) *[]model.Instance
func (*InstanceDao) Insert ¶
func (this *InstanceDao) Insert(entity *model.Instance) (int32, error)
@title 函数名称: Insert @description : 新增记录 @auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:41 @param 输入参数名: entity *model.Instance @return 返回参数名: int32,error
func (*InstanceDao) Query ¶
func (this *InstanceDao) Query(param *page.PageRequest) *page.PageResult
@title 函数名称: Query @description : 查询符合条件的记录!通用条件分页
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:41 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: *pagedto.IchubPageResult
func (*InstanceDao) Save ¶
func (this *InstanceDao) Save(entity *model.Instance) (int32, error)
@title 函数名称: Save @description : 保存记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:41 @param 输入参数名: entity *model.Instance @return 返回参数名: int32,error
func (*InstanceDao) Update ¶
func (this *InstanceDao) Update(entity *model.Instance) (int32, error)
@title 函数名称: Update @description : 修改记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:41 @param 输入参数名: entity *model.Instance @return 返回参数名: int32,error
func (*InstanceDao) UpdateMap ¶
func (this *InstanceDao) UpdateMap(Id int32, maps map[string]interface{}) (int32, error)
@title 函数名称: UpdateMap @description : 根据主键Id,map修改指定字段
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:41 @param 输入参数名: Id int64,entity map[string]interface{} @return 返回参数名: int64,error
func (*InstanceDao) UpdateNotNull ¶
func (this *InstanceDao) UpdateNotNull(Id int32, maps map[string]interface{}) (int32, error)
type ItemDao ¶
type ItemDao struct { basedao.BaseDao basedto.BaseEntitySingle }
var InstItemDao ItemDao
func FindBeanItemDao ¶
func FindBeanItemDao() *ItemDao
func NewItemDao ¶
func NewItemDao() *ItemDao
func (*ItemDao) Count ¶
func (this *ItemDao) Count(param *page.PageRequest) (int, error)
@title 函数名称: Count @description : 计算符合条件的记录总数!PageRequest通用条件
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:47 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: int, error
func (*ItemDao) DeleteById ¶
@title 函数名称: DeleteById @description : 根据主键Id 删除记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:47 @param 输入参数名: Id int32 @return 返回参数名: error
func (*ItemDao) FindById ¶
@title 函数名称: FindById @description : 根据主键Id 查询记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:47 @param 输入参数名: Id int32 @return 返回参数名: entity *model.Item, found bool, err error
func (*ItemDao) FindByIds ¶
@title 函数名称: FindByIds @description : 根据主键Id 查询多条记录; FindByIds("1,36,39")
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:47 @param 输入参数名: pks string @return 返回参数名: *[]model.Item,error
func (*ItemDao) FindDataList ¶
func (this *ItemDao) FindDataList(result *page.PageResult) *[]model.Item
func (*ItemDao) Insert ¶
@title 函数名称: Insert @description : 新增记录 @auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:47 @param 输入参数名: entity *model.Item @return 返回参数名: int32,error
func (*ItemDao) Query ¶
func (this *ItemDao) Query(param *page.PageRequest) *page.PageResult
@title 函数名称: Query @description : 查询符合条件的记录!通用条件分页
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:47 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: *pagedto.IchubPageResult
func (*ItemDao) Save ¶
@title 函数名称: Save @description : 保存记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:47 @param 输入参数名: entity *model.Item @return 返回参数名: int32,error
func (*ItemDao) Update ¶
@title 函数名称: Update @description : 修改记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:47 @param 输入参数名: entity *model.Item @return 返回参数名: int32,error
type NamespaceDao ¶
type NamespaceDao struct { basedao.BaseDao basedto.BaseEntitySingle }
var InstNamespaceDao NamespaceDao
func FindBeanNamespaceDao ¶
func FindBeanNamespaceDao() *NamespaceDao
func NewNamespaceDao ¶
func NewNamespaceDao() *NamespaceDao
func (*NamespaceDao) Count ¶
func (this *NamespaceDao) Count(param *page.PageRequest) (int, error)
@title 函数名称: Count @description : 计算符合条件的记录总数!PageRequest通用条件
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:54 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: int, error
func (*NamespaceDao) DeleteById ¶
func (this *NamespaceDao) DeleteById(Id int32) error
@title 函数名称: DeleteById @description : 根据主键Id 删除记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:54 @param 输入参数名: Id int32 @return 返回参数名: error
func (*NamespaceDao) FindById ¶
@title 函数名称: FindById @description : 根据主键Id 查询记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:54 @param 输入参数名: Id int32 @return 返回参数名: entity *model.Namespace, found bool, err error
func (*NamespaceDao) FindByIds ¶
func (this *NamespaceDao) FindByIds(pks string) (*[]model.Namespace, error)
@title 函数名称: FindByIds @description : 根据主键Id 查询多条记录; FindByIds("1,36,39")
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:54 @param 输入参数名: pks string @return 返回参数名: *[]model.Namespace,error
func (*NamespaceDao) FindData ¶
func (this *NamespaceDao) FindData(result *basedto.IchubResult) *model.Namespace
func (*NamespaceDao) FindDataList ¶
func (this *NamespaceDao) FindDataList(result *page.PageResult) *[]model.Namespace
func (*NamespaceDao) Insert ¶
func (this *NamespaceDao) Insert(entity *model.Namespace) (int32, error)
@title 函数名称: Insert @description : 新增记录 @auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:54 @param 输入参数名: entity *model.Namespace @return 返回参数名: int32,error
func (*NamespaceDao) Query ¶
func (this *NamespaceDao) Query(param *page.PageRequest) *page.PageResult
@title 函数名称: Query @description : 查询符合条件的记录!通用条件分页
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:54 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: *pagedto.IchubPageResult
func (*NamespaceDao) Save ¶
func (this *NamespaceDao) Save(entity *model.Namespace) (int32, error)
@title 函数名称: Save @description : 保存记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:54 @param 输入参数名: entity *model.Namespace @return 返回参数名: int32,error
func (*NamespaceDao) Update ¶
func (this *NamespaceDao) Update(entity *model.Namespace) (int32, error)
@title 函数名称: Update @description : 修改记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:54 @param 输入参数名: entity *model.Namespace @return 返回参数名: int32,error
func (*NamespaceDao) UpdateMap ¶
func (this *NamespaceDao) UpdateMap(Id int32, maps map[string]interface{}) (int32, error)
@title 函数名称: UpdateMap @description : 根据主键Id,map修改指定字段
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:24:54 @param 输入参数名: Id int64,entity map[string]interface{} @return 返回参数名: int64,error
func (*NamespaceDao) UpdateNotNull ¶
func (this *NamespaceDao) UpdateNotNull(Id int32, maps map[string]interface{}) (int32, error)
type PublishDao ¶
type PublishDao struct { basedao.BaseDao basedto.BaseEntitySingle }
var InstPublishDao PublishDao
func FindBeanPublishDao ¶
func FindBeanPublishDao() *PublishDao
func NewPublishDao ¶
func NewPublishDao() *PublishDao
func (*PublishDao) Count ¶
func (this *PublishDao) Count(param *page.PageRequest) (int, error)
@title 函数名称: Count @description : 计算符合条件的记录总数!PageRequest通用条件
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:01 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: int, error
func (*PublishDao) DeleteById ¶
func (this *PublishDao) DeleteById(Id int32) error
@title 函数名称: DeleteById @description : 根据主键Id 删除记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:01 @param 输入参数名: Id int32 @return 返回参数名: error
func (*PublishDao) FindById ¶
@title 函数名称: FindById @description : 根据主键Id 查询记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:01 @param 输入参数名: Id int32 @return 返回参数名: entity *model.Publish, found bool, err error
func (*PublishDao) FindByIds ¶
func (this *PublishDao) FindByIds(pks string) (*[]model.Publish, error)
@title 函数名称: FindByIds @description : 根据主键Id 查询多条记录; FindByIds("1,36,39")
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:01 @param 输入参数名: pks string @return 返回参数名: *[]model.Publish,error
func (*PublishDao) FindData ¶
func (this *PublishDao) FindData(result *basedto.IchubResult) *model.Publish
func (*PublishDao) FindDataList ¶
func (this *PublishDao) FindDataList(result *page.PageResult) *[]model.Publish
func (*PublishDao) Insert ¶
func (this *PublishDao) Insert(entity *model.Publish) (int32, error)
@title 函数名称: Insert @description : 新增记录 @auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:01 @param 输入参数名: entity *model.Publish @return 返回参数名: int32,error
func (*PublishDao) Query ¶
func (this *PublishDao) Query(param *page.PageRequest) *page.PageResult
@title 函数名称: Query @description : 查询符合条件的记录!通用条件分页
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:01 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: *pagedto.IchubPageResult
func (*PublishDao) Save ¶
func (this *PublishDao) Save(entity *model.Publish) (int32, error)
@title 函数名称: Save @description : 保存记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:01 @param 输入参数名: entity *model.Publish @return 返回参数名: int32,error
func (*PublishDao) Update ¶
func (this *PublishDao) Update(entity *model.Publish) (int32, error)
@title 函数名称: Update @description : 修改记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:01 @param 输入参数名: entity *model.Publish @return 返回参数名: int32,error
func (*PublishDao) UpdateMap ¶
func (this *PublishDao) UpdateMap(Id int32, maps map[string]interface{}) (int32, error)
@title 函数名称: UpdateMap @description : 根据主键Id,map修改指定字段
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:01 @param 输入参数名: Id int64,entity map[string]interface{} @return 返回参数名: int64,error
func (*PublishDao) UpdateNotNull ¶
func (this *PublishDao) UpdateNotNull(Id int32, maps map[string]interface{}) (int32, error)
type ServiceInfoDao ¶
type ServiceInfoDao struct { basedao.BaseDao basedto.BaseEntitySingle }
var InstServiceInfoDao ServiceInfoDao
func FindBeanServiceInfoDao ¶
func FindBeanServiceInfoDao() *ServiceInfoDao
func NewServiceInfoDao ¶
func NewServiceInfoDao() *ServiceInfoDao
func (*ServiceInfoDao) Count ¶
func (this *ServiceInfoDao) Count(param *page.PageRequest) (int, error)
@title 函数名称: Count @description : 计算符合条件的记录总数!PageRequest通用条件
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:07 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: int, error
func (*ServiceInfoDao) DeleteById ¶
func (this *ServiceInfoDao) DeleteById(Id int32) error
@title 函数名称: DeleteById @description : 根据主键Id 删除记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:07 @param 输入参数名: Id int32 @return 返回参数名: error
func (*ServiceInfoDao) FindById ¶
func (this *ServiceInfoDao) FindById(Id int32) (entity *model.ServiceInfo, found bool, err error)
@title 函数名称: FindById @description : 根据主键Id 查询记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:07 @param 输入参数名: Id int32 @return 返回参数名: entity *model.ServiceInfo, found bool, err error
func (*ServiceInfoDao) FindByIds ¶
func (this *ServiceInfoDao) FindByIds(pks string) (*[]model.ServiceInfo, error)
@title 函数名称: FindByIds @description : 根据主键Id 查询多条记录; FindByIds("1,36,39")
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:07 @param 输入参数名: pks string @return 返回参数名: *[]model.ServiceInfo,error
func (*ServiceInfoDao) FindData ¶
func (this *ServiceInfoDao) FindData(result *basedto.IchubResult) *model.ServiceInfo
func (*ServiceInfoDao) FindDataList ¶
func (this *ServiceInfoDao) FindDataList(result *page.PageResult) *[]model.ServiceInfo
func (*ServiceInfoDao) Insert ¶
func (this *ServiceInfoDao) Insert(entity *model.ServiceInfo) (int32, error)
@title 函数名称: Insert @description : 新增记录 @auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:07 @param 输入参数名: entity *model.ServiceInfo @return 返回参数名: int32,error
func (*ServiceInfoDao) Query ¶
func (this *ServiceInfoDao) Query(param *page.PageRequest) *page.PageResult
@title 函数名称: Query @description : 查询符合条件的记录!通用条件分页
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:07 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: *pagedto.IchubPageResult
func (*ServiceInfoDao) Save ¶
func (this *ServiceInfoDao) Save(entity *model.ServiceInfo) (int32, error)
@title 函数名称: Save @description : 保存记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:07 @param 输入参数名: entity *model.ServiceInfo @return 返回参数名: int32,error
func (*ServiceInfoDao) Update ¶
func (this *ServiceInfoDao) Update(entity *model.ServiceInfo) (int32, error)
@title 函数名称: Update @description : 修改记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:07 @param 输入参数名: entity *model.ServiceInfo @return 返回参数名: int32,error
func (*ServiceInfoDao) UpdateMap ¶
func (this *ServiceInfoDao) UpdateMap(Id int32, maps map[string]interface{}) (int32, error)
@title 函数名称: UpdateMap @description : 根据主键Id,map修改指定字段
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:07 @param 输入参数名: Id int64,entity map[string]interface{} @return 返回参数名: int64,error
func (*ServiceInfoDao) UpdateNotNull ¶
func (this *ServiceInfoDao) UpdateNotNull(Id int32, maps map[string]interface{}) (int32, error)
type TenantInfoDao ¶
type TenantInfoDao struct { basedao.BaseDao basedto.BaseEntitySingle }
var InstTenantInfoDao TenantInfoDao
func FindBeanTenantInfoDao ¶
func FindBeanTenantInfoDao() *TenantInfoDao
func NewTenantInfoDao ¶
func NewTenantInfoDao() *TenantInfoDao
func (*TenantInfoDao) Count ¶
func (this *TenantInfoDao) Count(param *page.PageRequest) (int, error)
@title 函数名称: Count @description : 计算符合条件的记录总数!PageRequest通用条件
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:13 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: int, error
func (*TenantInfoDao) DeleteById ¶
func (this *TenantInfoDao) DeleteById(Id int64) error
@title 函数名称: DeleteById @description : 根据主键Id 删除记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:13 @param 输入参数名: Id int64 @return 返回参数名: error
func (*TenantInfoDao) FindById ¶
func (this *TenantInfoDao) FindById(Id int64) (entity *model.TenantInfo, found bool, err error)
@title 函数名称: FindById @description : 根据主键Id 查询记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:13 @param 输入参数名: Id int64 @return 返回参数名: entity *model.TenantInfo, found bool, err error
func (*TenantInfoDao) FindByIds ¶
func (this *TenantInfoDao) FindByIds(pks string) (*[]model.TenantInfo, error)
@title 函数名称: FindByIds @description : 根据主键Id 查询多条记录; FindByIds("1,36,39")
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:13 @param 输入参数名: pks string @return 返回参数名: *[]model.TenantInfo,error
func (*TenantInfoDao) FindData ¶
func (this *TenantInfoDao) FindData(result *basedto.IchubResult) *model.TenantInfo
func (*TenantInfoDao) FindDataList ¶
func (this *TenantInfoDao) FindDataList(result *page.PageResult) *[]model.TenantInfo
func (*TenantInfoDao) Insert ¶
func (this *TenantInfoDao) Insert(entity *model.TenantInfo) (int64, error)
@title 函数名称: Insert @description : 新增记录 @auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:13 @param 输入参数名: entity *model.TenantInfo @return 返回参数名: int64,error
func (*TenantInfoDao) Query ¶
func (this *TenantInfoDao) Query(param *page.PageRequest) *page.PageResult
@title 函数名称: Query @description : 查询符合条件的记录!通用条件分页
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:13 @param 输入参数名: param *pagedto.IchubPageRequest @return 返回参数名: *pagedto.IchubPageResult
func (*TenantInfoDao) Save ¶
func (this *TenantInfoDao) Save(entity *model.TenantInfo) (int64, error)
@title 函数名称: Save @description : 保存记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:13 @param 输入参数名: entity *model.TenantInfo @return 返回参数名: int64,error
func (*TenantInfoDao) Update ¶
func (this *TenantInfoDao) Update(entity *model.TenantInfo) (int64, error)
@title 函数名称: Update @description : 修改记录
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:13 @param 输入参数名: entity *model.TenantInfo @return 返回参数名: int64,error
func (*TenantInfoDao) UpdateMap ¶
func (this *TenantInfoDao) UpdateMap(Id int64, maps map[string]interface{}) (int64, error)
@title 函数名称: UpdateMap @description : 根据主键Id,map修改指定字段
@auth 作者: leijianming@163.com 时间: 2024-06-01 09:25:13 @param 输入参数名: Id int64,entity map[string]interface{} @return 返回参数名: int64,error
func (*TenantInfoDao) UpdateNotNull ¶
func (this *TenantInfoDao) UpdateNotNull(Id int64, maps map[string]interface{}) (int64, error)
Source Files ¶
- app_dao.go
- app_dao_init.go
- app_namespace_dao.go
- app_namespace_dao_init.go
- env_dao.go
- env_dao_init.go
- instance_dao.go
- instance_dao_init.go
- item_dao.go
- item_dao_init.go
- namespace_dao.go
- namespace_dao_init.go
- publish_dao.go
- publish_dao_init.go
- service_info_dao.go
- service_info_dao_init.go
- tenant_info_dao.go
- tenant_info_dao_init.go