Documentation ¶
Overview ¶
Package qldbsessionmock is a generated GoMock package.
Index ¶
- type MockQLDBSessionAPI
- func (m *MockQLDBSessionAPI) EXPECT() *MockQLDBSessionAPIMockRecorder
- func (m *MockQLDBSessionAPI) SendCommand(arg0 *qldbsession.SendCommandInput) (*qldbsession.SendCommandOutput, error)
- func (m *MockQLDBSessionAPI) SendCommandRequest(arg0 *qldbsession.SendCommandInput) (*request.Request, *qldbsession.SendCommandOutput)
- func (m *MockQLDBSessionAPI) SendCommandWithContext(arg0 context.Context, arg1 *qldbsession.SendCommandInput, ...) (*qldbsession.SendCommandOutput, error)
- type MockQLDBSessionAPIMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockQLDBSessionAPI ¶
type MockQLDBSessionAPI struct {
// contains filtered or unexported fields
}
MockQLDBSessionAPI is a mock of QLDBSessionAPI interface
func NewMockQLDBSessionAPI ¶
func NewMockQLDBSessionAPI(ctrl *gomock.Controller) *MockQLDBSessionAPI
NewMockQLDBSessionAPI creates a new mock instance
func (*MockQLDBSessionAPI) EXPECT ¶
func (m *MockQLDBSessionAPI) EXPECT() *MockQLDBSessionAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockQLDBSessionAPI) SendCommand ¶
func (m *MockQLDBSessionAPI) SendCommand(arg0 *qldbsession.SendCommandInput) (*qldbsession.SendCommandOutput, error)
SendCommand mocks base method
func (*MockQLDBSessionAPI) SendCommandRequest ¶
func (m *MockQLDBSessionAPI) SendCommandRequest(arg0 *qldbsession.SendCommandInput) (*request.Request, *qldbsession.SendCommandOutput)
SendCommandRequest mocks base method
func (*MockQLDBSessionAPI) SendCommandWithContext ¶
func (m *MockQLDBSessionAPI) SendCommandWithContext(arg0 context.Context, arg1 *qldbsession.SendCommandInput, arg2 ...request.Option) (*qldbsession.SendCommandOutput, error)
SendCommandWithContext mocks base method
type MockQLDBSessionAPIMockRecorder ¶
type MockQLDBSessionAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockQLDBSessionAPIMockRecorder is the mock recorder for MockQLDBSessionAPI
func (*MockQLDBSessionAPIMockRecorder) SendCommand ¶
func (mr *MockQLDBSessionAPIMockRecorder) SendCommand(arg0 interface{}) *gomock.Call
SendCommand indicates an expected call of SendCommand
func (*MockQLDBSessionAPIMockRecorder) SendCommandRequest ¶
func (mr *MockQLDBSessionAPIMockRecorder) SendCommandRequest(arg0 interface{}) *gomock.Call
SendCommandRequest indicates an expected call of SendCommandRequest
func (*MockQLDBSessionAPIMockRecorder) SendCommandWithContext ¶
func (mr *MockQLDBSessionAPIMockRecorder) SendCommandWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SendCommandWithContext indicates an expected call of SendCommandWithContext
Click to show internal directories.
Click to hide internal directories.