updates
Former-commit-id: 52b1e8da514f4b7b76d4e3d69294d71f4b0c9e5b
This commit is contained in:
15
page/page.go
15
page/page.go
@@ -23,13 +23,14 @@ type Page struct {
|
||||
|
||||
// Info contains the information of a Page
|
||||
type Info struct {
|
||||
Name string
|
||||
Path string
|
||||
IsDir bool
|
||||
User *config.User
|
||||
Config *config.Config
|
||||
Data interface{}
|
||||
Token string
|
||||
Name string
|
||||
Path string
|
||||
IsDir bool
|
||||
User *config.User
|
||||
Config *config.Config
|
||||
Data interface{}
|
||||
Display string
|
||||
Token string
|
||||
}
|
||||
|
||||
// BreadcrumbMapItem ...
|
||||
|
||||
Reference in New Issue
Block a user