Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credential ¶
Credential wraps the format of a credential
type Service ¶
type Service interface { // GetCredential takes a role identifier and returns a wrapped credential object, // which is the credential in the file format, and the location of where to seed it GetCredential(roleID string) (*Credential, error) }
Service is an interface that implements getting credentials and seeds them in the right location
Click to show internal directories.
Click to hide internal directories.