Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
GetObject(bucket string, key string) (*s3.GetObjectOutput, error)
}
type DefaultClient ¶
type DefaultClient struct {
// contains filtered or unexported fields
}
func (DefaultClient) GetObject ¶
func (c DefaultClient) GetObject(bucket string, key string) (*s3.GetObjectOutput, error)
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
Mock of Client interface
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
func (*MockClient) EXPECT ¶
func (_m *MockClient) EXPECT() *_MockClientRecorder
func (*MockClient) GetObject ¶
func (_m *MockClient) GetObject(bucket string, key string) (*s3.GetObjectOutput, error)
Click to show internal directories.
Click to hide internal directories.