Versions in this module Expand all Collapse all v0 v0.62.1 Feb 14, 2025 Changes in this version + type Driver struct + func NewDriver(opts map[string]string) (*Driver, error) + func (cfg *Driver) ParseOpts(opts map[string]string) error + func (d *Driver) Delete(id string) error + func (d *Driver) List() (secrets []string, err error) + func (d *Driver) Lookup(id string) ([]byte, error) + func (d *Driver) Store(id string, data []byte) error