summaryrefslogtreecommitdiff
path: root/api/types
diff options
context:
space:
mode:
Diffstat (limited to 'api/types')
-rw-r--r--api/types/types.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/types/types.go b/api/types/types.go
index bbc25ea..84ed93c 100644
--- a/api/types/types.go
+++ b/api/types/types.go
@@ -20,8 +20,8 @@ type RequestContext struct {
User *database.User
}
-type FormError struct {
- Errors []string
+type BannerMessages struct {
+ Messages []string
}
type Continuation func(*RequestContext, *http.Request, http.ResponseWriter) ContinuationChain