MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / CommentHandler

Struct CommentHandler

internal/api/comment.go:14–16  ·  view source on GitHub ↗

CommentHandler 评论处理器结构体

Source from the content-addressed store, hash-verified

12
13// CommentHandler 评论处理器结构体
14type CommentHandler struct {
15 svc service.CommentService
16}
17
18// NewCommentHandler 创建新的评论处理器
19func NewCommentHandler(svc service.CommentService) *CommentHandler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected