internal/status/wisski_user: Add String()
This commit is contained in:
parent
e4a46658ae
commit
3321b5d0ba
4 changed files with 58 additions and 13 deletions
|
|
@ -27,7 +27,7 @@ var (
|
|||
var usersPHP string
|
||||
|
||||
// All returns all known usernames
|
||||
func (u *Users) All(ctx context.Context, server *phpx.Server) (users []status.User, err error) {
|
||||
func (u *Users) All(ctx context.Context, server *phpx.Server) (users []status.DrupalUser, err error) {
|
||||
err = u.Dependencies.PHP.ExecScript(ctx, server, &users, usersPHP, "list_users")
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue