MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / Manager

Struct Manager

pkg/credentials/aws/secretmanager.go:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type Manager struct {
47 client SecretsManagerIface
48 secretPrefix string
49 logger *log.Helper
50}
51
52type NewManagerOpts struct {
53 Region, AccessKey, SecretKey, SecretPrefix string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected