diff options
Diffstat (limited to 'pkg/model/account.go')
-rw-r--r-- | pkg/model/account.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/model/account.go b/pkg/model/account.go index cbb6407..86032b8 100644 --- a/pkg/model/account.go +++ b/pkg/model/account.go @@ -2,6 +2,8 @@ package model import "time" +type AccountContextKey struct{} + type Account struct { Id int Username string |