A brand new welcome page (installer)
This commit is contained in:
@@ -14,6 +14,11 @@ type errorPageData struct {
|
||||
Message string
|
||||
}
|
||||
|
||||
// InstallPageData Data model for install page template
|
||||
type installPageData struct {
|
||||
StatusCode int
|
||||
}
|
||||
|
||||
// IndexPageData Data model for index page template
|
||||
type indexPageData struct {
|
||||
StatusCode int
|
||||
|
||||
Reference in New Issue
Block a user