Use id to load budgets

This commit is contained in:
2016-12-27 00:27:52 +01:00
parent 72fbec1063
commit f36fe1b1c0
3 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ type Token interface {
GetUsername() string
GetName() string
GetExpiry() float64
GetID() string
}
// TokenVerifier verifies a Token