Documentation ¶
Index ¶
- type DB
- func (db *DB) Close() error
- func (db *DB) CreateKey(name, existing string, size int, enc core.Encoding, t core.Type) (k core.Key, err error)
- func (db *DB) DeleteKey(id string) error
- func (db *DB) Dump(w io.Writer) error
- func (db *DB) GetKey(id string) (k core.Key, err error)
- func (db *DB) GetKeyWithSecret(id string) (k core.Key, err error)
- func (db *DB) GetKeys() (keys core.Keys, err error)
- func (db *DB) Restore(r io.Reader) error
- func (db *DB) RunMigrations() (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.