mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* UserService: update callers to use the UserService instead of calling sqlstore directly There is one major change hiding in this PR. UserService.Delete originally called a number of services to delete user-related records. I moved everything except the actual call to the user table, and moved those into the API. This was done to avoid dependencies cycles; many of our services depend on the user service, so the user service itself should have as few dependencies as possible. |
||
---|---|---|
.. | ||
api_test.go | ||
api.go | ||
error.go | ||
hook.go | ||
middleware.go | ||
models.go | ||
options.go | ||
service_test.go | ||
service.go | ||
store_bench_test.go | ||
store_test.go | ||
store.go |