Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentListVO ¶
type CommentsServiceImpl ¶
type CommentsServiceImpl struct{}
func (*CommentsServiceImpl) GetCommentsList ¶
func (service *CommentsServiceImpl) GetCommentsList(ctx context.Context, id string) (CommentListVO, error)
type Service ¶
type Service interface {
GetCommentsList(ctx context.Context, id string) (CommentListVO, error)
}
func NewGoodsServiceImpl ¶
func NewGoodsServiceImpl() Service
Click to show internal directories.
Click to hide internal directories.