Documentation ¶ Index ¶ func New(options ...Option) (secrets.Resolver, error) type Envelope type ID type Option func WithSocketPath(path string) Option func WithTimeout(timeout time.Duration) Option type Pattern Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(options ...Option) (secrets.Resolver, error) Types ¶ type Envelope ¶ type Envelope = secrets.Envelope type ID ¶ type ID = secrets.ID type Option ¶ type Option func(c *config) error func WithSocketPath ¶ func WithSocketPath(path string) Option func WithTimeout ¶ func WithTimeout(timeout time.Duration) Option type Pattern ¶ added in v0.0.9 type Pattern = secrets.Pattern Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.