Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type FSKeystore ¶
type FSKeystore struct {
// contains filtered or unexported fields
}
func NewFSKeystore ¶
func NewFSKeystore(dir string) (*FSKeystore, error)
func (*FSKeystore) Delete ¶
func (ks *FSKeystore) Delete(name string) error
func (*FSKeystore) List ¶
func (ks *FSKeystore) List() ([]string, error)
type Keystore ¶
type MemKeystore ¶
type MemKeystore struct {
// contains filtered or unexported fields
}
func NewMemKeystore ¶
func NewMemKeystore() *MemKeystore
func (*MemKeystore) Delete ¶
func (mk *MemKeystore) Delete(name string) error
func (*MemKeystore) List ¶
func (mk *MemKeystore) List() ([]string, error)
Source Files
¶
- keystore.go
- memkeystore.go
Click to show internal directories.
Click to hide internal directories.