Big refactoring of PARCOURSMOB - Initial commit
This commit is contained in:
18
renderer/layout.go
Normal file
18
renderer/layout.go
Normal file
@@ -0,0 +1,18 @@
|
||||
package renderer
|
||||
|
||||
type LayoutState struct {
|
||||
AdministrationState AdministrationState
|
||||
MenuItems []MenuItem
|
||||
}
|
||||
|
||||
type MenuItem struct {
|
||||
Title string
|
||||
Link string
|
||||
Active bool
|
||||
Icon string
|
||||
}
|
||||
|
||||
type AdministrationState struct {
|
||||
Display bool
|
||||
Active bool
|
||||
}
|
||||
Reference in New Issue
Block a user