0d235f646d
The `Get` method on the UsersStore was generalize by changing the second parameter to a struct. This allows the Store to retrieve users by more than simply their name. -Get(ctx context.Context, name string) (*User, error) +Get(ctx context.Context, q UserQuery) (*User, error) |
||
---|---|---|
.. | ||
queries | ||
authorization.go | ||
authorization_test.go | ||
databases.go | ||
influx.go | ||
influx_test.go | ||
permissions.go | ||
permissions_test.go | ||
query.go | ||
query_test.go | ||
templates.go | ||
templates_test.go | ||
users.go | ||
users_test.go |