harbor/src/pkg/quota
stonezdj 107e468b60 Refactor configure api to new programming model
Changes include:
1. Move core/config to controller/config
2. Change the job_service and gcreadonly to depends on lib/config instead of core/config
3. Move the config related dao, manager and driver to pkg/config
4. Adjust the invocation of the config API, most of then should provide a context parameter, when accessing system config, you can call it with background context, when accessing user config, the context should provide orm.Context

Signed-off-by: stonezdj <stonezdj@gmail.com>
2021-04-09 08:10:11 +08:00
..
dao Refactor configure api to new programming model 2021-04-09 08:10:11 +08:00
driver refactor(quota): move pkg/types to pkg/quota/types 2020-07-14 14:28:53 +00:00
models refactor(quota): align Get and List methods of quota controller (#12434) 2020-07-22 11:18:05 +08:00
types refactor: generate quota APIs by go-swagger 2021-02-25 08:19:55 +00:00
errors.go refactor(quota): move pkg/types to pkg/quota/types 2020-07-14 14:28:53 +00:00
manager_test.go refactor(quota): move pkg/types to pkg/quota/types 2020-07-14 14:28:53 +00:00
manager.go refactor(quota): move pkg/types to pkg/quota/types 2020-07-14 14:28:53 +00:00
util_test.go refactor(quota): move pkg/types to pkg/quota/types 2020-07-14 14:28:53 +00:00
util.go refactor(quota): move pkg/types to pkg/quota/types 2020-07-14 14:28:53 +00:00