influxdb/enterprise
Michael Desa 246e65e598 Generalize chronograf.UsersStore Get method
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)
2017-10-18 14:17:42 -04:00
..
enterprise.go
enterprise_test.go
meta.go
meta_test.go
mocks_test.go
roles.go
roles_test.go
types.go
users.go Generalize chronograf.UsersStore Get method 2017-10-18 14:17:42 -04:00
users_test.go Generalize chronograf.UsersStore Get method 2017-10-18 14:17:42 -04:00