| 44 | } |
| 45 | |
| 46 | type Manager struct { |
| 47 | client SecretsManagerIface |
| 48 | secretPrefix string |
| 49 | logger *log.Helper |
| 50 | } |
| 51 | |
| 52 | type NewManagerOpts struct { |
| 53 | Region, AccessKey, SecretKey, SecretPrefix string |
nothing calls this directly
no outgoing calls
no test coverage detected