Versions in this module Expand all Collapse all v0 v0.4.1 Jan 15, 2024 Changes in this version + func New(cfg *Config, next http.RoundTripper, opts ...Opts) (http.RoundTripper, error) + type Config struct + AccessKey string + AssumeRoleARN string + AuthType string + ExternalID string + Profile string + Region string + SecretKey string + Service string + SessionToken string + type Opts struct + VerboseMode bool + type RoundTripperFunc func(req *http.Request) (*http.Response, error) + func (rt RoundTripperFunc) RoundTrip(r *http.Request) (*http.Response, error)