246e65e598
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) |
||
---|---|---|
.. | ||
enterprise.go | ||
enterprise_test.go | ||
meta.go | ||
meta_test.go | ||
mocks_test.go | ||
roles.go | ||
roles_test.go | ||
types.go | ||
users.go | ||
users_test.go |