Documentation ¶
Overview ¶
Package mock_ddbinstall is a generated GoMock package.
Index ¶
- type MockDB
- func (m *MockDB) CreateTable(arg0 dynamodb.CreateTableInput) error
- func (m *MockDB) DeleteTable(arg0 dynamodb.DeleteTableInput) error
- func (m *MockDB) DescribeTable(arg0 dynamodb.DescribeTableInput) (dynamodb.DescribeTableOutput, error)
- func (m *MockDB) EXPECT() *MockDBMockRecorder
- func (m *MockDB) UpdateTable(arg0 dynamodb.UpdateTableInput) error
- func (m *MockDB) UpdateTimeToLive(arg0 dynamodb.UpdateTimeToLiveInput) error
- func (m *MockDB) WaitTable(arg0 dynamodb.DescribeTableInput) error
- func (m *MockDB) WaitUntilTableNotExists(arg0 dynamodb.DescribeTableInput) error
- type MockDBMockRecorder
- func (mr *MockDBMockRecorder) CreateTable(arg0 interface{}) *gomock.Call
- func (mr *MockDBMockRecorder) DeleteTable(arg0 interface{}) *gomock.Call
- func (mr *MockDBMockRecorder) DescribeTable(arg0 interface{}) *gomock.Call
- func (mr *MockDBMockRecorder) UpdateTable(arg0 interface{}) *gomock.Call
- func (mr *MockDBMockRecorder) UpdateTimeToLive(arg0 interface{}) *gomock.Call
- func (mr *MockDBMockRecorder) WaitTable(arg0 interface{}) *gomock.Call
- func (mr *MockDBMockRecorder) WaitUntilTableNotExists(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDB ¶
type MockDB struct {
// contains filtered or unexported fields
}
MockDB is a mock of DB interface.
func NewMockDB ¶
func NewMockDB(ctrl *gomock.Controller) *MockDB
NewMockDB creates a new mock instance.
func (*MockDB) CreateTable ¶
func (m *MockDB) CreateTable(arg0 dynamodb.CreateTableInput) error
CreateTable mocks base method.
func (*MockDB) DeleteTable ¶
func (m *MockDB) DeleteTable(arg0 dynamodb.DeleteTableInput) error
DeleteTable mocks base method.
func (*MockDB) DescribeTable ¶
func (m *MockDB) DescribeTable(arg0 dynamodb.DescribeTableInput) (dynamodb.DescribeTableOutput, error)
DescribeTable mocks base method.
func (*MockDB) EXPECT ¶
func (m *MockDB) EXPECT() *MockDBMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDB) UpdateTable ¶
func (m *MockDB) UpdateTable(arg0 dynamodb.UpdateTableInput) error
UpdateTable mocks base method.
func (*MockDB) UpdateTimeToLive ¶
func (m *MockDB) UpdateTimeToLive(arg0 dynamodb.UpdateTimeToLiveInput) error
UpdateTimeToLive mocks base method.
func (*MockDB) WaitTable ¶
func (m *MockDB) WaitTable(arg0 dynamodb.DescribeTableInput) error
WaitTable mocks base method.
func (*MockDB) WaitUntilTableNotExists ¶
func (m *MockDB) WaitUntilTableNotExists(arg0 dynamodb.DescribeTableInput) error
WaitUntilTableNotExists mocks base method.
type MockDBMockRecorder ¶
type MockDBMockRecorder struct {
// contains filtered or unexported fields
}
MockDBMockRecorder is the mock recorder for MockDB.
func (*MockDBMockRecorder) CreateTable ¶
func (mr *MockDBMockRecorder) CreateTable(arg0 interface{}) *gomock.Call
CreateTable indicates an expected call of CreateTable.
func (*MockDBMockRecorder) DeleteTable ¶
func (mr *MockDBMockRecorder) DeleteTable(arg0 interface{}) *gomock.Call
DeleteTable indicates an expected call of DeleteTable.
func (*MockDBMockRecorder) DescribeTable ¶
func (mr *MockDBMockRecorder) DescribeTable(arg0 interface{}) *gomock.Call
DescribeTable indicates an expected call of DescribeTable.
func (*MockDBMockRecorder) UpdateTable ¶
func (mr *MockDBMockRecorder) UpdateTable(arg0 interface{}) *gomock.Call
UpdateTable indicates an expected call of UpdateTable.
func (*MockDBMockRecorder) UpdateTimeToLive ¶
func (mr *MockDBMockRecorder) UpdateTimeToLive(arg0 interface{}) *gomock.Call
UpdateTimeToLive indicates an expected call of UpdateTimeToLive.
func (*MockDBMockRecorder) WaitTable ¶
func (mr *MockDBMockRecorder) WaitTable(arg0 interface{}) *gomock.Call
WaitTable indicates an expected call of WaitTable.
func (*MockDBMockRecorder) WaitUntilTableNotExists ¶
func (mr *MockDBMockRecorder) WaitUntilTableNotExists(arg0 interface{}) *gomock.Call
WaitUntilTableNotExists indicates an expected call of WaitUntilTableNotExists.