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

Struct BookNav

models/book.go:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43)
44
45type BookNav struct {
46 Sort int `json:"sort"`
47 Icon string `json:"icon"`
48 Color string `json:"color"`
49 Name string `json:"name"`
50 URL string `json:"url"`
51 Target string `json:"target"`
52}
53
54// Book struct .
55type Book struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected