Documentation ¶
Index ¶
- type BannerFindBannerListLogic
- type FindMemorialFeteHomePageLogic
- type FindPlatformDetailsLogic
- type FindPlatformEnterpriseDetailLogic
- type FindPlatformMemorialConfigDetailLogic
- type FindPlatformMemorialConfigLogic
- type FindSystemFeteSceneCloudMournLogic
- type FindSystemFeteScenePlatformLogic
- type GetMemorialFormLogic
- type LogLogic
- type LoginLogic
- type MemorialFindTopMemorialListLogic
- type PostMemorialFormLogic
- type QiniuTokenLogic
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BannerFindBannerListLogic ¶
func NewBannerFindBannerListLogic ¶
func NewBannerFindBannerListLogic(ctx context.Context, svcCtx *svc.ServiceContext) BannerFindBannerListLogic
func (*BannerFindBannerListLogic) BannerFindBannerList ¶
func (l *BannerFindBannerListLogic) BannerFindBannerList(req types.BannerFindBannerListReq) ([]*types.BannerFindBannerListItem, error)
type FindMemorialFeteHomePageLogic ¶
func NewFindMemorialFeteHomePageLogic ¶
func NewFindMemorialFeteHomePageLogic(ctx context.Context, svcCtx *svc.ServiceContext) FindMemorialFeteHomePageLogic
func (*FindMemorialFeteHomePageLogic) FindMemorialFeteHomePage ¶
func (l *FindMemorialFeteHomePageLogic) FindMemorialFeteHomePage(req types.FindMemorialFeteHomePageReq, authorization string) (*types.FindMemorialFeteHomePageResp, error)
type FindPlatformDetailsLogic ¶
func NewFindPlatformDetailsLogic ¶
func NewFindPlatformDetailsLogic(ctx context.Context, svcCtx *svc.ServiceContext) FindPlatformDetailsLogic
func (*FindPlatformDetailsLogic) FindPlatformDetails ¶
func (l *FindPlatformDetailsLogic) FindPlatformDetails(req types.FindPlatformDetailsReq) (*types.FindPlatformDetailsResp, error)
type FindPlatformEnterpriseDetailLogic ¶
type FindPlatformEnterpriseDetailLogic struct { logx.Logger // contains filtered or unexported fields }
func NewFindPlatformEnterpriseDetailLogic ¶
func NewFindPlatformEnterpriseDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) FindPlatformEnterpriseDetailLogic
func (*FindPlatformEnterpriseDetailLogic) FindPlatformEnterpriseDetail ¶
func (l *FindPlatformEnterpriseDetailLogic) FindPlatformEnterpriseDetail(req types.FindPlatformEnterpriseDetailReq) (*types.FindPlatformEnterpriseDetailResp, error)
type FindPlatformMemorialConfigDetailLogic ¶
type FindPlatformMemorialConfigDetailLogic struct { logx.Logger // contains filtered or unexported fields }
func NewFindPlatformMemorialConfigDetailLogic ¶
func NewFindPlatformMemorialConfigDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) FindPlatformMemorialConfigDetailLogic
func (*FindPlatformMemorialConfigDetailLogic) FindPlatformMemorialConfigDetail ¶
func (l *FindPlatformMemorialConfigDetailLogic) FindPlatformMemorialConfigDetail(req types.FindPlatformMemorialConfigDetailReq, authorization string) (*types.FindPlatformMemorialConfigItem, error)
type FindPlatformMemorialConfigLogic ¶
type FindPlatformMemorialConfigLogic struct { logx.Logger // contains filtered or unexported fields }
func NewFindPlatformMemorialConfigLogic ¶
func NewFindPlatformMemorialConfigLogic(ctx context.Context, svcCtx *svc.ServiceContext) FindPlatformMemorialConfigLogic
func (*FindPlatformMemorialConfigLogic) FindPlatformMemorialConfig ¶
func (l *FindPlatformMemorialConfigLogic) FindPlatformMemorialConfig() (resp []*types.FindPlatformMemorialConfigItem, err error)
type FindSystemFeteSceneCloudMournLogic ¶
type FindSystemFeteSceneCloudMournLogic struct { logx.Logger // contains filtered or unexported fields }
func NewFindSystemFeteSceneCloudMournLogic ¶
func NewFindSystemFeteSceneCloudMournLogic(ctx context.Context, svcCtx *svc.ServiceContext) FindSystemFeteSceneCloudMournLogic
func (*FindSystemFeteSceneCloudMournLogic) FindSystemFeteSceneCloudMourn ¶
func (l *FindSystemFeteSceneCloudMournLogic) FindSystemFeteSceneCloudMourn(req types.FindSystemFeteSceneReq) (*types.FindSystemFeteSceneResp, error)
type FindSystemFeteScenePlatformLogic ¶
type FindSystemFeteScenePlatformLogic struct { logx.Logger // contains filtered or unexported fields }
func NewFindSystemFeteScenePlatformLogic ¶
func NewFindSystemFeteScenePlatformLogic(ctx context.Context, svcCtx *svc.ServiceContext) FindSystemFeteScenePlatformLogic
func (*FindSystemFeteScenePlatformLogic) FindSystemFeteScenePlatform ¶
func (l *FindSystemFeteScenePlatformLogic) FindSystemFeteScenePlatform(req types.FindSystemFeteSceneReq) (*types.FindSystemFeteSceneResp, error)
type GetMemorialFormLogic ¶
func NewGetMemorialFormLogic ¶
func NewGetMemorialFormLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetMemorialFormLogic
func (*GetMemorialFormLogic) GetMemorialForm ¶
func (l *GetMemorialFormLogic) GetMemorialForm(req types.GetMemorialFormReq, authorization string) (*types.MemorialForm, error)
type LogLogic ¶
func NewLogLogic ¶
func NewLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) LogLogic
type LoginLogic ¶
func NewLoginLogic ¶
func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) LoginLogic
type MemorialFindTopMemorialListLogic ¶
type MemorialFindTopMemorialListLogic struct { logx.Logger // contains filtered or unexported fields }
func NewMemorialFindTopMemorialListLogic ¶
func NewMemorialFindTopMemorialListLogic(ctx context.Context, svcCtx *svc.ServiceContext) MemorialFindTopMemorialListLogic
func (*MemorialFindTopMemorialListLogic) MemorialFindTopMemorialList ¶
func (l *MemorialFindTopMemorialListLogic) MemorialFindTopMemorialList() ([]*types.MemorialFindTopMemorialListItem, error)
type PostMemorialFormLogic ¶
func NewPostMemorialFormLogic ¶
func NewPostMemorialFormLogic(ctx context.Context, svcCtx *svc.ServiceContext) PostMemorialFormLogic
func (*PostMemorialFormLogic) PostMemorialForm ¶
func (l *PostMemorialFormLogic) PostMemorialForm(req types.MemorialForm, authorization string) (*types.PostMemorialFormResp, error)
type QiniuTokenLogic ¶
func NewQiniuTokenLogic ¶
func NewQiniuTokenLogic(ctx context.Context, svcCtx *svc.ServiceContext) QiniuTokenLogic
func (*QiniuTokenLogic) QiniuToken ¶
func (l *QiniuTokenLogic) QiniuToken(req types.QiniuTokenReq) (string, error)
Source Files ¶
- banner_find_banner_list_logic.go
- find_memorial_fete_home_page_logic.go
- find_platform_details_logic.go
- find_platform_enterprise_detail_logic.go
- find_platform_memorial_config_detail_logic.go
- find_platform_memorial_config_logic.go
- find_system_fete_scene_cloud_mourn_logic.go
- find_system_fete_scene_platform_logic.go
- get_memorial_form_logic.go
- log_logic.go
- login_logic.go
- memorial_find_top_memorial_list_logic.go
- post_memorial_form_logic.go
- qiniu_token_logic.go
Click to show internal directories.
Click to hide internal directories.