- 0.116.0 (latest)
- 0.115.1
- 0.114.0
- 0.113.0
- 0.112.2
- 0.111.0
- 0.110.10
- 0.109.0
- 0.108.0
- 0.107.0
- 0.106.0
- 0.105.0
- 0.104.0
- 0.103.0
- 0.102.1
- 0.101.1
- 0.100.2
- 0.99.0
- 0.98.0
- 0.97.0
- 0.96.0
- 0.95.0
- 0.94.1
- 0.93.3
- 0.92.3
- 0.91.1
- 0.90.0
- 0.89.0
- 0.88.0
- 0.87.0
- 0.86.0
- 0.85.0
- 0.84.0
- 0.83.0
- 0.82.0
- 0.81.0
- 0.80.0
- 0.79.0
- 0.78.0
- 0.77.0
- 0.76.0
- 0.75.0
Package mocks is a generated GoMock package.
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
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
MockProfilerServiceClientMockRecorder
type MockProfilerServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockProfilerServiceClientMockRecorder is the mock recorder for MockProfilerServiceClient
func (*MockProfilerServiceClientMockRecorder) CreateOfflineProfile
func (mr *MockProfilerServiceClientMockRecorder) CreateOfflineProfile(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateOfflineProfile indicates an expected call of CreateOfflineProfile
func (*MockProfilerServiceClientMockRecorder) CreateProfile
func (mr *MockProfilerServiceClientMockRecorder) CreateProfile(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateProfile indicates an expected call of CreateProfile
func (*MockProfilerServiceClientMockRecorder) UpdateProfile
func (mr *MockProfilerServiceClientMockRecorder) UpdateProfile(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateProfile indicates an expected call of UpdateProfile