Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnvKeyLoader ¶
type EnvKeyLoader struct {
EnvVar string
}
func (*EnvKeyLoader) LoadKey ¶
func (l *EnvKeyLoader) LoadKey() ([]byte, error)
type FileKeyLoader ¶
type FileKeyLoader struct {
Path string
}
func (*FileKeyLoader) LoadKey ¶
func (l *FileKeyLoader) LoadKey() ([]byte, error)
type KMSKeyLoader ¶
type KMSKeyLoader struct {
KeyID string
}
func (*KMSKeyLoader) LoadKey ¶
func (l *KMSKeyLoader) LoadKey() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.