Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPClient ¶
type HTTPClient struct { Requests []*http.Request RespCode int RespBody io.ReadCloser }
func (*HTTPClient) Body ¶
func (x *HTTPClient) Body(n int) string
func (*HTTPClient) RequestNum ¶
func (x *HTTPClient) RequestNum() int
type S3Client ¶
func NewS3Mock ¶
func NewS3Mock() (adaptor.S3ClientFactory, *S3Client)
func (*S3Client) GetObject ¶
func (x *S3Client) GetObject(input *s3.GetObjectInput) (*s3.GetObjectOutput, error)
func (*S3Client) PutObject ¶
func (x *S3Client) PutObject(input *s3.PutObjectInput) (*s3.PutObjectOutput, error)
Click to show internal directories.
Click to hide internal directories.