Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsCredentialsProvider ¶
type AwsCredentialsProvider struct {
// contains filtered or unexported fields
}
func (*AwsCredentialsProvider) Load ¶
func (provider *AwsCredentialsProvider) Load(ctx context.Context) (aws.Credentials, error)
type CanonicalPayload ¶
type CanonicalRequest ¶
type CanonicalRequest struct{}
type CredentialProvider ¶
type CredentialProvider interface {
Load(context.Context) (aws.Credentials, error)
}
type RequestFactory ¶
Click to show internal directories.
Click to hide internal directories.