Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is the memory-based keystore.Service implementation.
Keys are stored in an in-memory map, where the key is the name of the private key, and the value is the structure where the actual private key and the password are stored.
Click to show internal directories.
Click to hide internal directories.