summaryrefslogtreecommitdiff
path: root/pkg/domain/entities/secrets.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/domain/entities/secrets.go')
-rw-r--r--pkg/domain/entities/secrets.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/entities/secrets.go b/pkg/domain/entities/secrets.go
index 56a1465b7..55b470d7b 100644
--- a/pkg/domain/entities/secrets.go
+++ b/pkg/domain/entities/secrets.go
@@ -16,7 +16,7 @@ type SecretCreateOptions struct {
}
type SecretListRequest struct {
- Filters map[string]string
+ Filters map[string][]string
}
type SecretListReport struct {