Versions in this module Expand all Collapse all v0 v0.0.2 Apr 7, 2026 v0.0.1 Apr 2, 2026 Changes in this version + type BackupOptions struct + Dest string + type Commands struct + Bucket string + NoClose bool + Out Output + Store StoreFactory + func (c *Commands) Backup(opts BackupOptions) error + func (c *Commands) Delete(key string) error + func (c *Commands) Get(key string) error + func (c *Commands) List() error + func (c *Commands) Rotate(newPassphrase []byte) error + func (c *Commands) RotateSalt(currentPassphrase []byte) error + func (c *Commands) Set(key, value string, opts SetOptions) error + func (c *Commands) Status() error + type Output interface + Error func(msg string) + Info func(msg string) + KeyValue func(label, value string) + Success func(msg string) + Table func(headers []string, rows [][]string) + type PlainOutput struct + func (p PlainOutput) Error(msg string) + func (p PlainOutput) Info(msg string) + func (p PlainOutput) KeyValue(label, value string) + func (p PlainOutput) Success(msg string) + func (p PlainOutput) Table(headers []string, rows [][]string) + type SetOptions struct + Base64 bool + FromFile string + type StoreFactory func() (*keeper.Keeper, error)