Documentation ¶
Overview ¶
Package mock_serving is a generated GoMock package.
Index ¶
- type MockServingServiceClient
- func (m *MockServingServiceClient) EXPECT() *MockServingServiceClientMockRecorder
- func (m *MockServingServiceClient) GetFeastServingInfo(arg0 context.Context, arg1 *serving.GetFeastServingInfoRequest, ...) (*serving.GetFeastServingInfoResponse, error)
- func (m *MockServingServiceClient) GetOnlineFeaturesV2(arg0 context.Context, arg1 *serving.GetOnlineFeaturesRequestV2, ...) (*serving.GetOnlineFeaturesResponse, error)
- type MockServingServiceClientMockRecorder
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) GetFeastServingInfo ¶
func (m *MockServingServiceClient) GetFeastServingInfo(arg0 context.Context, arg1 *serving.GetFeastServingInfoRequest, arg2 ...grpc.CallOption) (*serving.GetFeastServingInfoResponse, error)
GetFeastServingInfo mocks base method
func (*MockServingServiceClient) GetOnlineFeaturesV2 ¶ added in v0.8.0
func (m *MockServingServiceClient) GetOnlineFeaturesV2(arg0 context.Context, arg1 *serving.GetOnlineFeaturesRequestV2, arg2 ...grpc.CallOption) (*serving.GetOnlineFeaturesResponse, error)
GetOnlineFeaturesV2 mocks base method
type MockServingServiceClientMockRecorder ¶
type MockServingServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockServingServiceClientMockRecorder is the mock recorder for MockServingServiceClient
func (*MockServingServiceClientMockRecorder) GetFeastServingInfo ¶
func (mr *MockServingServiceClientMockRecorder) GetFeastServingInfo(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetFeastServingInfo indicates an expected call of GetFeastServingInfo
func (*MockServingServiceClientMockRecorder) GetOnlineFeaturesV2 ¶ added in v0.8.0
func (mr *MockServingServiceClientMockRecorder) GetOnlineFeaturesV2(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetOnlineFeaturesV2 indicates an expected call of GetOnlineFeaturesV2
Click to show internal directories.
Click to hide internal directories.