internal/status/wisski_user: Add String()
This commit is contained in:
parent
e4a46658ae
commit
3321b5d0ba
4 changed files with 58 additions and 13 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue