internal/status/wisski_user: Add String()

This commit is contained in:
Tom Wiesing 2023-01-16 14:54:57 +01:00
parent e4a46658ae
commit 3321b5d0ba
No known key found for this signature in database
4 changed files with 58 additions and 13 deletions

View file

@ -36,7 +36,7 @@ type WissKI struct {
NoPrefixes bool // TODO: Move this into the database
Prefixes []string // list of prefixes
Pathbuilders map[string]string // all the pathbuilders
Users []User // all the known users
Users []DrupalUser // all the known users
Grants []models.Grant
}