Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key struct { MfaSerial string // Role can hold any type of identifier as long as the caller can rely on its uniqueness. // For example, it can hold an ARN but also a comma-separated role chain composed of // reliable identifiers. Role string }
Key contents are used to build the filename where the value is read from or written to.
All characters are allowed in the string values. The final key will be a filename-safe hash.
type Store ¶
type Store struct {
Dir string
}
Click to show internal directories.
Click to hide internal directories.