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

Struct Bookmark

models/bookmarks.go:14–20  ·  view source on GitHub ↗

书签

Source from the content-addressed store, hash-verified

12
13//书签
14type Bookmark struct {
15 Id int
16 BookId int `orm:"index"` //书籍id,主要是为了方便根据书籍id查询书签
17 Uid int //用户id
18 DocId int //文档id
19 CreateAt int //创建时间
20}
21
22//书签列表
23type bookmarkList struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected