Documentation ¶
Index ¶
- func ConfigDir() string
- type Gopass
- func (g *Gopass) Close(ctx context.Context) error
- func (g *Gopass) Get(ctx context.Context, name, revision string) (gopass.Secret, error)
- func (g *Gopass) List(ctx context.Context) ([]string, error)
- func (g *Gopass) Remove(ctx context.Context, name string) error
- func (g *Gopass) RemoveAll(ctx context.Context, prefix string) error
- func (g *Gopass) Rename(ctx context.Context, src, dest string) error
- func (g *Gopass) Revisions(ctx context.Context, name string) ([]string, error)
- func (g *Gopass) Set(ctx context.Context, name string, sec gopass.Byter) error
- func (g *Gopass) String() string
- func (g *Gopass) Sync(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Gopass ¶
type Gopass struct {
// contains filtered or unexported fields
}
Gopass is a secret store implementation.
func New ¶
New creates a new secret store. WARNING: This will need to change to accommodate for runtime configuration.
Click to show internal directories.
Click to hide internal directories.