Documentation ¶
Overview ¶
Package mock_s3httpfilesystem is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mocks3Interface ¶
type Mocks3Interface struct {
// contains filtered or unexported fields
}
Mocks3Interface is a mock of s3Interface interface
func NewMocks3Interface ¶
func NewMocks3Interface(ctrl *gomock.Controller) *Mocks3Interface
NewMocks3Interface creates a new mock instance
func (*Mocks3Interface) EXPECT ¶
func (m *Mocks3Interface) EXPECT() *Mocks3InterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*Mocks3Interface) GetObject ¶
func (m *Mocks3Interface) GetObject(arg0 *s3.GetObjectInput) (*s3.GetObjectOutput, error)
GetObject mocks base method
func (*Mocks3Interface) ListObjects ¶
func (m *Mocks3Interface) ListObjects(arg0 *s3.ListObjectsInput) (*s3.ListObjectsOutput, error)
ListObjects mocks base method
type Mocks3InterfaceMockRecorder ¶
type Mocks3InterfaceMockRecorder struct {
// contains filtered or unexported fields
}
Mocks3InterfaceMockRecorder is the mock recorder for Mocks3Interface
func (*Mocks3InterfaceMockRecorder) GetObject ¶
func (mr *Mocks3InterfaceMockRecorder) GetObject(arg0 interface{}) *gomock.Call
GetObject indicates an expected call of GetObject
func (*Mocks3InterfaceMockRecorder) ListObjects ¶
func (mr *Mocks3InterfaceMockRecorder) ListObjects(arg0 interface{}) *gomock.Call
ListObjects indicates an expected call of ListObjects
Click to show internal directories.
Click to hide internal directories.