Documentation
¶
Index ¶
- type CommentsServer
- func (c *CommentsServer) CommentsOrder(ctx context.Context, req *comments_business.CommentsOrderRequest) (*comments_business.CommentsOrderResponse, error)
- func (c *CommentsServer) FindCommentsTags(ctx context.Context, req *comments_business.FindCommentsTagRequest) (*comments_business.FindCommentsTagResponse, error)
- func (c *CommentsServer) FindShopComments(ctx context.Context, req *comments_business.FindShopCommentsRequest) (*comments_business.FindShopCommentsResponse, error)
- func (c *CommentsServer) ModifyCommentsTags(ctx context.Context, req *comments_business.ModifyCommentsTagsRequest) (*comments_business.ModifyCommentsTagsResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentsServer ¶
type CommentsServer struct { }
func NewCommentsServer ¶
func NewCommentsServer() *CommentsServer
func (*CommentsServer) CommentsOrder ¶
func (c *CommentsServer) CommentsOrder(ctx context.Context, req *comments_business.CommentsOrderRequest) (*comments_business.CommentsOrderResponse, error)
func (*CommentsServer) FindCommentsTags ¶
func (c *CommentsServer) FindCommentsTags(ctx context.Context, req *comments_business.FindCommentsTagRequest) (*comments_business.FindCommentsTagResponse, error)
func (*CommentsServer) FindShopComments ¶
func (c *CommentsServer) FindShopComments(ctx context.Context, req *comments_business.FindShopCommentsRequest) (*comments_business.FindShopCommentsResponse, error)
func (*CommentsServer) ModifyCommentsTags ¶
func (c *CommentsServer) ModifyCommentsTags(ctx context.Context, req *comments_business.ModifyCommentsTagsRequest) (*comments_business.ModifyCommentsTagsResponse, error)
Click to show internal directories.
Click to hide internal directories.