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

Struct DocumentTree

models/document_tree.go:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type DocumentTree struct {
13 DocumentId int `json:"id"`
14 DocumentName string `json:"text"`
15 ParentId interface{} `json:"parent"`
16 Identify string `json:"identify"`
17 BookIdentify string `json:"-"`
18 Version int64 `json:"version"`
19 State *DocumentSelected `json:"state,omitempty"`
20}
21type DocumentSelected struct {
22 Selected bool `json:"selected"`
23 Opened bool `json:"opened"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected