| 43 | ) |
| 44 | |
| 45 | type 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 . |
| 55 | type Book struct { |
nothing calls this directly
no outgoing calls
no test coverage detected