MCPcopy Create free account
hub / github.com/containers/common / Driver

Struct Driver

pkg/secrets/shelldriver/shelldriver.go:58–60  ·  view source on GitHub ↗

Driver is the passdriver object

Source from the content-addressed store, hash-verified

56
57// Driver is the passdriver object
58type Driver struct {
59 driverConfig
60}
61
62// NewDriver creates a new secret driver.
63func NewDriver(opts map[string]string) (*Driver, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected