| 33 | ) |
| 34 | |
| 35 | type Manager struct { |
| 36 | client *vault.KVv2 |
| 37 | secretPrefix string |
| 38 | logger *log.Helper |
| 39 | } |
| 40 | |
| 41 | type NewManagerOpts struct { |
| 42 | AuthToken, Address, MountPath, SecretPrefix string |
nothing calls this directly
no outgoing calls
no test coverage detected