aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/CrupestApi.Commons/ISecretService.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-20 19:14:32 +0800
committercrupest <crupest@outlook.com>2022-12-20 20:32:53 +0800
commit807ffbc0edf25754351c71af147cb58beaaf1498 (patch)
tree8367de0e8fa3ddfd2d0c313aa8d2d2510634b520 /docker/crupest-api/CrupestApi/CrupestApi.Commons/ISecretService.cs
parentc7494c4243f3bd0f484aca692f9c878ffd5a097f (diff)
downloadcrupest-807ffbc0edf25754351c71af147cb58beaaf1498.tar.gz
crupest-807ffbc0edf25754351c71af147cb58beaaf1498.tar.bz2
crupest-807ffbc0edf25754351c71af147cb58beaaf1498.zip
Develop secret api. v49
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons/ISecretService.cs')
-rw-r--r--docker/crupest-api/CrupestApi/CrupestApi.Commons/ISecretService.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons/ISecretService.cs b/docker/crupest-api/CrupestApi/CrupestApi.Commons/ISecretService.cs
deleted file mode 100644
index c4c4467..0000000
--- a/docker/crupest-api/CrupestApi/CrupestApi.Commons/ISecretService.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace CrupestApi.Commons;
-
-public interface ISecretService
-{
- List<string> GetPermissions(string secret);
-}