Requested changes

This commit is contained in:
Daniel Hougaard
2024-09-18 20:41:21 +04:00
parent a6497b844a
commit cee982754b
8 changed files with 37 additions and 68 deletions

View File

@@ -63,9 +63,9 @@ type DynamicSecretLease struct {
}
type TokenDetails struct {
Type string
Token string
PassedAsFlag bool
Type string
Token string
Source string
}
type SingleFolder struct {