influxdb/mocks
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
..
dashboards.go Enforce presence of "x", "y", and "y2" axes 2017-07-31 16:36:07 -04:00
kapacitor_client.go Add PaginatingKapacitorClient 2017-08-15 16:55:47 -04:00
layouts.go Add test coverage to /layouts endpoint 2017-08-10 13:52:26 -07:00
logger.go Enforce presence of "x", "y", and "y2" axes 2017-07-31 16:36:07 -04:00
roles.go Add roles to chronograf 2017-02-23 16:02:53 -06:00
servers.go Add test for creating NewSources via server flag 2017-07-07 12:56:12 -07:00
sources.go Add tests to sources/users endpoints 2017-02-21 23:54:24 -06:00
timeseries.go Update schema for /permissions endpoint to have scopes 2017-02-27 13:31:38 -06:00
users.go Generalize chronograf.UsersStore Get method 2017-10-18 14:17:42 -04:00