Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCredentials ¶
func GenerateCredentials(opts GenerateOptions) (*credentials.CredentialSet, error)
GenerateCredentials will generate a credential set based on the given options
Types ¶
type GenerateOptions ¶
type GenerateOptions struct { // Name of the credential. Name string //Credentials from the bundle Credentials map[string]bundle.Credential //Should we survey? Silent bool }
Click to show internal directories.
Click to hide internal directories.