Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockProfilerServiceClient
- func (m *MockProfilerServiceClient) CreateOfflineProfile(arg0 context.Context, arg1 *v2.CreateOfflineProfileRequest, ...) (*v2.Profile, error)
- func (m *MockProfilerServiceClient) CreateProfile(arg0 context.Context, arg1 *v2.CreateProfileRequest, arg2 ...grpc.CallOption) (*v2.Profile, error)
- func (m *MockProfilerServiceClient) EXPECT() *MockProfilerServiceClientMockRecorder
- func (m *MockProfilerServiceClient) UpdateProfile(arg0 context.Context, arg1 *v2.UpdateProfileRequest, arg2 ...grpc.CallOption) (*v2.Profile, error)
- type MockProfilerServiceClientMockRecorder
- func (mr *MockProfilerServiceClientMockRecorder) CreateOfflineProfile(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockProfilerServiceClientMockRecorder) CreateProfile(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockProfilerServiceClientMockRecorder) UpdateProfile(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockProfilerServiceClient ¶
type MockProfilerServiceClient struct {
// contains filtered or unexported fields
}
MockProfilerServiceClient is a mock of ProfilerServiceClient interface
func NewMockProfilerServiceClient ¶
func NewMockProfilerServiceClient(ctrl *gomock.Controller) *MockProfilerServiceClient
NewMockProfilerServiceClient creates a new mock instance
func (*MockProfilerServiceClient) CreateOfflineProfile ¶ added in v0.26.0
func (m *MockProfilerServiceClient) CreateOfflineProfile(arg0 context.Context, arg1 *v2.CreateOfflineProfileRequest, arg2 ...grpc.CallOption) (*v2.Profile, error)
CreateOfflineProfile mocks base method
func (*MockProfilerServiceClient) CreateProfile ¶
func (m *MockProfilerServiceClient) CreateProfile(arg0 context.Context, arg1 *v2.CreateProfileRequest, arg2 ...grpc.CallOption) (*v2.Profile, error)
CreateProfile mocks base method
func (*MockProfilerServiceClient) EXPECT ¶
func (m *MockProfilerServiceClient) EXPECT() *MockProfilerServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockProfilerServiceClient) UpdateProfile ¶
func (m *MockProfilerServiceClient) UpdateProfile(arg0 context.Context, arg1 *v2.UpdateProfileRequest, arg2 ...grpc.CallOption) (*v2.Profile, error)
UpdateProfile mocks base method
type MockProfilerServiceClientMockRecorder ¶ added in v0.26.0
type MockProfilerServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockProfilerServiceClientMockRecorder is the mock recorder for MockProfilerServiceClient
func (*MockProfilerServiceClientMockRecorder) CreateOfflineProfile ¶ added in v0.26.0
func (mr *MockProfilerServiceClientMockRecorder) CreateOfflineProfile(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateOfflineProfile indicates an expected call of CreateOfflineProfile
func (*MockProfilerServiceClientMockRecorder) CreateProfile ¶ added in v0.26.0
func (mr *MockProfilerServiceClientMockRecorder) CreateProfile(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateProfile indicates an expected call of CreateProfile
func (*MockProfilerServiceClientMockRecorder) UpdateProfile ¶ added in v0.26.0
func (mr *MockProfilerServiceClientMockRecorder) UpdateProfile(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateProfile indicates an expected call of UpdateProfile
Click to show internal directories.
Click to hide internal directories.