Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: interfaces.go
Generated by this command:
mockgen -source=interfaces.go -destination=../mock/interfaces.go -package=mock
Package mock 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.
type MockS3InterfaceMockRecorder ¶
type MockS3InterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockS3InterfaceMockRecorder is the mock recorder for MockS3Interface.
Click to show internal directories.
Click to hide internal directories.