Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keybox ¶
type Keybox struct {
// contains filtered or unexported fields
}
A Keybox is a read-only object that stores secrets like API keys.
func Open ¶
Open reads a Keybox from the specified file name. The should contain JSON-encoded map of key names to secrets.
Click to show internal directories.
Click to hide internal directories.