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

Struct Manager

pkg/credentials/vault/keyval.go:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type Manager struct {
36 client *vault.KVv2
37 secretPrefix string
38 logger *log.Helper
39}
40
41type NewManagerOpts struct {
42 AuthToken, Address, MountPath, SecretPrefix string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected