Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetCommentsLogic ¶
func NewGetCommentsLogic ¶
func NewGetCommentsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCommentsLogic
func (*GetCommentsLogic) GetComments ¶
func (l *GetCommentsLogic) GetComments(req *types.GetCommentsReq) (resp *types.GetCommentsResp, err error)
type NewCommentLogic ¶
func NewNewCommentLogic ¶
func NewNewCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *NewCommentLogic
func (*NewCommentLogic) NewComment ¶
func (l *NewCommentLogic) NewComment(req *types.NewCommentReq) (resp *types.NewCommentResp, err error)
Click to show internal directories.
Click to hide internal directories.