diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-11 11:10:28 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-11 11:10:28 +0200 |
commit | 5c00c9fb46305b021b5fc45d7ae7b1e13b72030c (patch) | |
tree | 4c38ca477cd293e4e94b744a8c209d6d159c1ad7 /src/api/admin/mod.rs | |
parent | f97a7845e9e9ab68c3b8afc0d1091765ed11439c (diff) | |
download | garage-5c00c9fb46305b021b5fc45d7ae7b1e13b72030c.tar.gz garage-5c00c9fb46305b021b5fc45d7ae7b1e13b72030c.zip |
First key endpoints: ListKeys and GetKeyInfo
Diffstat (limited to 'src/api/admin/mod.rs')
-rw-r--r-- | src/api/admin/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/admin/mod.rs b/src/api/admin/mod.rs index 7e8d0635..f6c3b2ee 100644 --- a/src/api/admin/mod.rs +++ b/src/api/admin/mod.rs @@ -2,3 +2,4 @@ pub mod api_server; mod router; mod cluster; +mod key; |