Package: mock
import "../ibm-cos-sdk-go-v2/aws/retry/internal/mock"
Type Summary collapse
-
GetObjectInput
struct
GetObjectInput is mock input.
-
Options
struct
Options is a mock client Options.
Function Summary collapse
-
func LoadDefaultConfig(context.Context, ...func()) (cfg aws.Config, err error)
LoadDefaultConfig is a mock for config.LoadDefaultConfig.
-
func NewFromConfig(aws.Config, ...func(options *Options)) Client
NewFromConfig is a mock client constructor.
-
func WithRetryer(v func() aws.Retryer) (f func())
WithRetryer is a mock for config.WithRetryer.
Type Details
GetObjectInput struct
GetObjectInput is mock input
Options struct
Options is a mock client Options
Function Details
func LoadDefaultConfig(context.Context, ...func()) (cfg aws.Config, err error)
LoadDefaultConfig is a mock for config.LoadDefaultConfig
9 10 11 |
// File 'aws/retry/internal/mock/config.go', line 9
|
func NewFromConfig(aws.Config, ...func(options *Options)) Client
NewFromConfig is a mock client constructor
26 27 28 |
// File 'aws/retry/internal/mock/client.go', line 26
|
func WithRetryer(v func() aws.Retryer) (f func())
WithRetryer is a mock for config.WithRetryer
14 15 16 |
// File 'aws/retry/internal/mock/config.go', line 14
|