aboutsummaryrefslogtreecommitdiff
path: root/src/garage/cli_v2/worker.rs
Commit message (Collapse)AuthorAgeFilesLines
* cli_v2: implement ListBlockErrors and GetBlockInfoAlex Auvolat11 days1-1/+0
|
* cli_v2: add local_api_request with crazy type boundAlex Auvolat11 days1-12/+4
|
* cli_v2: implement ListWorkers and GetWorkerInfoAlex Auvolat11 days1-6/+139
|
* admin api: base infrastructure for local endpointsAlex Auvolat11 days1-0/+89
admin api: rename EndpointHandler into RequestHandler to avoid confusion with RPC wip: infrastructure for local api calls admin api: fix things admin api: first local endpoint to work with new scheme admin api: implement SetWorkerVariable