summaryrefslogtreecommitdiff
path: root/app/struct.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/struct.go')
-rw-r--r--app/struct.go14
1 files changed, 5 insertions, 9 deletions
diff --git a/app/struct.go b/app/struct.go
index 172a54d..49a201d 100644
--- a/app/struct.go
+++ b/app/struct.go
@@ -39,13 +39,9 @@ type User struct {
UpdatedAt time.Time
}
-type FlashMessages struct {
- Success []interface{}
- Error []interface{}
-}
-
-type Admin struct {
- Success []interface{}
- Error []interface{}
- Hosts []Host
+type Messages struct {
+ Success []interface{}
+ Error []interface{}
+ Hosts []Host
+ moreScripts []string
}