# Functions
NewCommentModel returns a model for the database table.
NewMockCommentModel creates a new mock instance.
# Variables
No description provided by the author
# Structs
No description provided by the author
MockCommentModel is a mock of CommentModel interface.
MockCommentModelMockRecorder is the mock recorder for MockCommentModel.
# Interfaces
go:generate mockgen -destination=./mock_comment_model.go -package=model -self_package=github.com/linehk/go-microservices-blogger/service/comment/rpc/model github.com/linehk/go-microservices-blogger/service/comment/rpc/model CommentModel.