chronograf/bolt
Michael Desa 0d235f646d 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
..
internal Regenerate protoc to remove formatting changes 2017-10-12 19:33:46 -04:00
client.go Remove unused concept of RolesStore 2017-10-12 19:33:31 -04:00
client_test.go Update name to chronograf 2016-10-20 09:39:40 -05:00
dashboards.go Introduce ability to edit a dashboard cell 2017-03-23 17:12:33 -07:00
layouts.go Update to fix go linter issues 2017-03-06 10:11:52 -06:00
servers.go DRY bolt/servers.go code 2017-04-21 13:07:32 -07:00
servers_test.go persist the currently active kapacitor in boltdb 2017-04-21 12:42:35 -07:00
sources.go Update to fix go linter issues 2017-03-06 10:11:52 -06:00
sources_test.go Introduce ability to edit a dashboard cell 2017-03-23 17:12:33 -07:00
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
util.go Refactor users and add client usersstore 2017-02-17 13:37:00 -06:00