Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CryptoCache ¶
type CryptoCache interface { GetCrypto(key string) ([]byte, error) SetCrypto(key string, value []byte) error }
CryptoCache is used for storing/retrieving crypto (certs and keys).
Click to show internal directories.
Click to hide internal directories.