Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetBlogUserInfosLogic ¶
func NewGetBlogUserInfosLogic ¶
func NewGetBlogUserInfosLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetBlogUserInfosLogic
func (*GetBlogUserInfosLogic) GetBlogUserInfos ¶
func (l *GetBlogUserInfosLogic) GetBlogUserInfos(in *blog.GetBlogUserInfosReq) (*blog.BlogUserInfos, error)
type GetByUrlLogic ¶
func NewGetByUrlLogic ¶
func NewGetByUrlLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetByUrlLogic
func (*GetByUrlLogic) GetByUrl ¶
func (l *GetByUrlLogic) GetByUrl(in *blog.GetByUrlReq) (*blog.Blog, error)
type GetLogic ¶
func NewGetLogic ¶
func NewGetLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetLogic
type GetPageViewsLogic ¶
func NewGetPageViewsLogic ¶
func NewGetPageViewsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPageViewsLogic
func (*GetPageViewsLogic) GetPageViews ¶
func (l *GetPageViewsLogic) GetPageViews(in *blog.GetPageViewsReq) (*blog.PageViews, error)
type ListByUserLogic ¶
func NewListByUserLogic ¶
func NewListByUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListByUserLogic
func (*ListByUserLogic) ListByUser ¶
func (l *ListByUserLogic) ListByUser(in *blog.ListByUserReq) (*blog.ListByUserResp, error)
Click to show internal directories.
Click to hide internal directories.