Documentation
¶
Overview ¶
Package bedrockruntimemock is a generated GoMock package.
Index ¶
- type MockBedrockRuntimeAPI
- func (m *MockBedrockRuntimeAPI) EXPECT() *MockBedrockRuntimeAPIMockRecorder
- func (m *MockBedrockRuntimeAPI) InvokeModel(arg0 *bedrockruntime.InvokeModelInput) (*bedrockruntime.InvokeModelOutput, error)
- func (m *MockBedrockRuntimeAPI) InvokeModelRequest(arg0 *bedrockruntime.InvokeModelInput) (*request.Request, *bedrockruntime.InvokeModelOutput)
- func (m *MockBedrockRuntimeAPI) InvokeModelWithContext(arg0 context.Context, arg1 *bedrockruntime.InvokeModelInput, ...) (*bedrockruntime.InvokeModelOutput, error)
- func (m *MockBedrockRuntimeAPI) InvokeModelWithResponseStream(arg0 *bedrockruntime.InvokeModelWithResponseStreamInput) (*bedrockruntime.InvokeModelWithResponseStreamOutput, error)
- func (m *MockBedrockRuntimeAPI) InvokeModelWithResponseStreamRequest(arg0 *bedrockruntime.InvokeModelWithResponseStreamInput) (*request.Request, *bedrockruntime.InvokeModelWithResponseStreamOutput)
- func (m *MockBedrockRuntimeAPI) InvokeModelWithResponseStreamWithContext(arg0 context.Context, arg1 *bedrockruntime.InvokeModelWithResponseStreamInput, ...) (*bedrockruntime.InvokeModelWithResponseStreamOutput, error)
- type MockBedrockRuntimeAPIMockRecorder
- func (mr *MockBedrockRuntimeAPIMockRecorder) InvokeModel(arg0 interface{}) *gomock.Call
- func (mr *MockBedrockRuntimeAPIMockRecorder) InvokeModelRequest(arg0 interface{}) *gomock.Call
- func (mr *MockBedrockRuntimeAPIMockRecorder) InvokeModelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBedrockRuntimeAPIMockRecorder) InvokeModelWithResponseStream(arg0 interface{}) *gomock.Call
- func (mr *MockBedrockRuntimeAPIMockRecorder) InvokeModelWithResponseStreamRequest(arg0 interface{}) *gomock.Call
- func (mr *MockBedrockRuntimeAPIMockRecorder) InvokeModelWithResponseStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBedrockRuntimeAPI ¶
type MockBedrockRuntimeAPI struct {
// contains filtered or unexported fields
}
MockBedrockRuntimeAPI is a mock of BedrockRuntimeAPI interface
func NewMockBedrockRuntimeAPI ¶
func NewMockBedrockRuntimeAPI(ctrl *gomock.Controller) *MockBedrockRuntimeAPI
NewMockBedrockRuntimeAPI creates a new mock instance
func (*MockBedrockRuntimeAPI) EXPECT ¶
func (m *MockBedrockRuntimeAPI) EXPECT() *MockBedrockRuntimeAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBedrockRuntimeAPI) InvokeModel ¶
func (m *MockBedrockRuntimeAPI) InvokeModel(arg0 *bedrockruntime.InvokeModelInput) (*bedrockruntime.InvokeModelOutput, error)
InvokeModel mocks base method
func (*MockBedrockRuntimeAPI) InvokeModelRequest ¶
func (m *MockBedrockRuntimeAPI) InvokeModelRequest(arg0 *bedrockruntime.InvokeModelInput) (*request.Request, *bedrockruntime.InvokeModelOutput)
InvokeModelRequest mocks base method
func (*MockBedrockRuntimeAPI) InvokeModelWithContext ¶
func (m *MockBedrockRuntimeAPI) InvokeModelWithContext(arg0 context.Context, arg1 *bedrockruntime.InvokeModelInput, arg2 ...request.Option) (*bedrockruntime.InvokeModelOutput, error)
InvokeModelWithContext mocks base method
func (*MockBedrockRuntimeAPI) InvokeModelWithResponseStream ¶
func (m *MockBedrockRuntimeAPI) InvokeModelWithResponseStream(arg0 *bedrockruntime.InvokeModelWithResponseStreamInput) (*bedrockruntime.InvokeModelWithResponseStreamOutput, error)
InvokeModelWithResponseStream mocks base method
func (*MockBedrockRuntimeAPI) InvokeModelWithResponseStreamRequest ¶
func (m *MockBedrockRuntimeAPI) InvokeModelWithResponseStreamRequest(arg0 *bedrockruntime.InvokeModelWithResponseStreamInput) (*request.Request, *bedrockruntime.InvokeModelWithResponseStreamOutput)
InvokeModelWithResponseStreamRequest mocks base method
func (*MockBedrockRuntimeAPI) InvokeModelWithResponseStreamWithContext ¶
func (m *MockBedrockRuntimeAPI) InvokeModelWithResponseStreamWithContext(arg0 context.Context, arg1 *bedrockruntime.InvokeModelWithResponseStreamInput, arg2 ...request.Option) (*bedrockruntime.InvokeModelWithResponseStreamOutput, error)
InvokeModelWithResponseStreamWithContext mocks base method
type MockBedrockRuntimeAPIMockRecorder ¶
type MockBedrockRuntimeAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockBedrockRuntimeAPIMockRecorder is the mock recorder for MockBedrockRuntimeAPI
func (*MockBedrockRuntimeAPIMockRecorder) InvokeModel ¶
func (mr *MockBedrockRuntimeAPIMockRecorder) InvokeModel(arg0 interface{}) *gomock.Call
InvokeModel indicates an expected call of InvokeModel
func (*MockBedrockRuntimeAPIMockRecorder) InvokeModelRequest ¶
func (mr *MockBedrockRuntimeAPIMockRecorder) InvokeModelRequest(arg0 interface{}) *gomock.Call
InvokeModelRequest indicates an expected call of InvokeModelRequest
func (*MockBedrockRuntimeAPIMockRecorder) InvokeModelWithContext ¶
func (mr *MockBedrockRuntimeAPIMockRecorder) InvokeModelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
InvokeModelWithContext indicates an expected call of InvokeModelWithContext
func (*MockBedrockRuntimeAPIMockRecorder) InvokeModelWithResponseStream ¶
func (mr *MockBedrockRuntimeAPIMockRecorder) InvokeModelWithResponseStream(arg0 interface{}) *gomock.Call
InvokeModelWithResponseStream indicates an expected call of InvokeModelWithResponseStream
func (*MockBedrockRuntimeAPIMockRecorder) InvokeModelWithResponseStreamRequest ¶
func (mr *MockBedrockRuntimeAPIMockRecorder) InvokeModelWithResponseStreamRequest(arg0 interface{}) *gomock.Call
InvokeModelWithResponseStreamRequest indicates an expected call of InvokeModelWithResponseStreamRequest
func (*MockBedrockRuntimeAPIMockRecorder) InvokeModelWithResponseStreamWithContext ¶
func (mr *MockBedrockRuntimeAPIMockRecorder) InvokeModelWithResponseStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
InvokeModelWithResponseStreamWithContext indicates an expected call of InvokeModelWithResponseStreamWithContext