comment_common

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommentCommonRepo

type CommentCommonRepo interface {
	GetComment(ctx context.Context, commentID string) (comment *entity.Comment, exist bool, err error)
	GetCommentCount(ctx context.Context) (count int64, err error)
}

CommentCommonRepo comment repository

type CommentCommonService

type CommentCommonService struct {
	// contains filtered or unexported fields
}

CommentCommonService user service

func NewCommentCommonService

func NewCommentCommonService(
	commentRepo CommentCommonRepo) *CommentCommonService

NewCommentCommonService new comment service

func (*CommentCommonService) GetComment

func (cs *CommentCommonService) GetComment(ctx context.Context, commentID string) (resp *schema.GetCommentResp, err error)

GetComment get comment one

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL