Documentation ¶
Index ¶
- func ToAppInfoPb(in *relationDB.SysAppInfo) *sys.AppInfo
- func ToAppInfoPo(in *sys.AppInfo) *relationDB.SysAppInfo
- func ToAppInfosPb(in []*relationDB.SysAppInfo) []*sys.AppInfo
- type AppInfoCreateLogic
- type AppInfoDeleteLogic
- type AppInfoIndexLogic
- type AppInfoReadLogic
- type AppInfoUpdateLogic
- type AppModuleIndexLogic
- type AppModuleMultiUpdateLogic
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToAppInfoPb ¶
func ToAppInfoPb(in *relationDB.SysAppInfo) *sys.AppInfo
func ToAppInfoPo ¶
func ToAppInfoPo(in *sys.AppInfo) *relationDB.SysAppInfo
func ToAppInfosPb ¶
func ToAppInfosPb(in []*relationDB.SysAppInfo) []*sys.AppInfo
Types ¶
type AppInfoCreateLogic ¶
func NewAppInfoCreateLogic ¶
func NewAppInfoCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AppInfoCreateLogic
func (*AppInfoCreateLogic) AppInfoCreate ¶
type AppInfoDeleteLogic ¶
func NewAppInfoDeleteLogic ¶
func NewAppInfoDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AppInfoDeleteLogic
func (*AppInfoDeleteLogic) AppInfoDelete ¶
func (l *AppInfoDeleteLogic) AppInfoDelete(in *sys.WithIDCode) (*sys.Empty, error)
type AppInfoIndexLogic ¶
func NewAppInfoIndexLogic ¶
func NewAppInfoIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AppInfoIndexLogic
func (*AppInfoIndexLogic) AppInfoIndex ¶
func (l *AppInfoIndexLogic) AppInfoIndex(in *sys.AppInfoIndexReq) (*sys.AppInfoIndexResp, error)
type AppInfoReadLogic ¶
func NewAppInfoReadLogic ¶
func NewAppInfoReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AppInfoReadLogic
func (*AppInfoReadLogic) AppInfoRead ¶
func (l *AppInfoReadLogic) AppInfoRead(in *sys.WithIDCode) (*sys.AppInfo, error)
type AppInfoUpdateLogic ¶
func NewAppInfoUpdateLogic ¶
func NewAppInfoUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AppInfoUpdateLogic
func (*AppInfoUpdateLogic) AppInfoUpdate ¶
type AppModuleIndexLogic ¶
func NewAppModuleIndexLogic ¶
func NewAppModuleIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AppModuleIndexLogic
func (*AppModuleIndexLogic) AppModuleIndex ¶
func (l *AppModuleIndexLogic) AppModuleIndex(in *sys.AppModuleIndexReq) (*sys.AppModuleIndexResp, error)
type AppModuleMultiUpdateLogic ¶
func NewAppModuleMultiUpdateLogic ¶
func NewAppModuleMultiUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AppModuleMultiUpdateLogic
func (*AppModuleMultiUpdateLogic) AppModuleMultiUpdate ¶
func (l *AppModuleMultiUpdateLogic) AppModuleMultiUpdate(in *sys.AppModuleMultiUpdateReq) (*sys.Empty, error)
Click to show internal directories.
Click to hide internal directories.