Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentUsecase ¶
type CommentUsecase struct {
// contains filtered or unexported fields
}
func NewCommentUsecase ¶
func NewCommentUsecase( commentRepository entities.CommentRepository, ) CommentUsecase
func (CommentUsecase) AddComment ¶
func (CommentUsecase) FindComments ¶
func (c CommentUsecase) FindComments(ctx context.Context, params usecases.UGetCommentsParams) ([]usecases.UComment, error)
Click to show internal directories.
Click to hide internal directories.