Documentation ¶
Overview ¶
Package mock_serving is a generated GoMock package.
Index ¶
- type MockServingServiceClient
- func (m *MockServingServiceClient) EXPECT() *MockServingServiceClientMockRecorder
- func (m *MockServingServiceClient) GetBatchFeatures(arg0 context.Context, arg1 *serving.GetBatchFeaturesRequest, ...) (*serving.GetBatchFeaturesResponse, error)
- func (m *MockServingServiceClient) GetFeastServingInfo(arg0 context.Context, arg1 *serving.GetFeastServingInfoRequest, ...) (*serving.GetFeastServingInfoResponse, error)
- func (m *MockServingServiceClient) GetJob(arg0 context.Context, arg1 *serving.GetJobRequest, arg2 ...grpc.CallOption) (*serving.GetJobResponse, error)
- func (m *MockServingServiceClient) GetOnlineFeatures(arg0 context.Context, arg1 *serving.GetOnlineFeaturesRequest, ...) (*serving.GetOnlineFeaturesResponse, error)
- type MockServingServiceClientMockRecorder
- func (mr *MockServingServiceClientMockRecorder) GetBatchFeatures(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServingServiceClientMockRecorder) GetFeastServingInfo(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServingServiceClientMockRecorder) GetJob(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServingServiceClientMockRecorder) GetOnlineFeatures(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockServingServiceClient ¶
type MockServingServiceClient struct {
// contains filtered or unexported fields
}
MockServingServiceClient is a mock of ServingServiceClient interface
func NewMockServingServiceClient ¶
func NewMockServingServiceClient(ctrl *gomock.Controller) *MockServingServiceClient
NewMockServingServiceClient creates a new mock instance
func (*MockServingServiceClient) EXPECT ¶
func (m *MockServingServiceClient) EXPECT() *MockServingServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockServingServiceClient) GetBatchFeatures ¶
func (m *MockServingServiceClient) GetBatchFeatures(arg0 context.Context, arg1 *serving.GetBatchFeaturesRequest, arg2 ...grpc.CallOption) (*serving.GetBatchFeaturesResponse, error)
GetBatchFeatures mocks base method
func (*MockServingServiceClient) GetFeastServingInfo ¶
func (m *MockServingServiceClient) GetFeastServingInfo(arg0 context.Context, arg1 *serving.GetFeastServingInfoRequest, arg2 ...grpc.CallOption) (*serving.GetFeastServingInfoResponse, error)
GetFeastServingInfo mocks base method
func (*MockServingServiceClient) GetJob ¶
func (m *MockServingServiceClient) GetJob(arg0 context.Context, arg1 *serving.GetJobRequest, arg2 ...grpc.CallOption) (*serving.GetJobResponse, error)
GetJob mocks base method
func (*MockServingServiceClient) GetOnlineFeatures ¶
func (m *MockServingServiceClient) GetOnlineFeatures(arg0 context.Context, arg1 *serving.GetOnlineFeaturesRequest, arg2 ...grpc.CallOption) (*serving.GetOnlineFeaturesResponse, error)
GetOnlineFeatures mocks base method
type MockServingServiceClientMockRecorder ¶
type MockServingServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockServingServiceClientMockRecorder is the mock recorder for MockServingServiceClient
func (*MockServingServiceClientMockRecorder) GetBatchFeatures ¶
func (mr *MockServingServiceClientMockRecorder) GetBatchFeatures(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBatchFeatures indicates an expected call of GetBatchFeatures
func (*MockServingServiceClientMockRecorder) GetFeastServingInfo ¶
func (mr *MockServingServiceClientMockRecorder) GetFeastServingInfo(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetFeastServingInfo indicates an expected call of GetFeastServingInfo
func (*MockServingServiceClientMockRecorder) GetJob ¶
func (mr *MockServingServiceClientMockRecorder) GetJob(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetJob indicates an expected call of GetJob
func (*MockServingServiceClientMockRecorder) GetOnlineFeatures ¶
func (mr *MockServingServiceClientMockRecorder) GetOnlineFeatures(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetOnlineFeatures indicates an expected call of GetOnlineFeatures