MCPcopy Create free account
hub / github.com/TruthHun/BookStack / CommentOpt

Struct CommentOpt

models/comments.go:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type CommentOpt struct {
45 Status []int
46 BookId int
47 DocId int
48 WithoutDocComment bool
49}
50
51//评论内容
52type BookCommentsResult struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected