Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAgentService ¶
type MockAgentService struct {
// contains filtered or unexported fields
}
MockAgentService is a mock of AgentService interface.
func NewMockAgentService ¶
func NewMockAgentService(ctrl *gomock.Controller) *MockAgentService
NewMockAgentService creates a new mock instance.
func (*MockAgentService) EXPECT ¶
func (m *MockAgentService) EXPECT() *MockAgentServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAgentService) GetResults ¶
func (m *MockAgentService) GetResults(ctx context.Context, req *proto.ResultsRequest) (*proto.ResultsResponse, error)
GetResults mocks base method.
type MockAgentServiceMockRecorder ¶
type MockAgentServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockAgentServiceMockRecorder is the mock recorder for MockAgentService.
func (*MockAgentServiceMockRecorder) GetResults ¶
func (mr *MockAgentServiceMockRecorder) GetResults(ctx, req interface{}) *gomock.Call
GetResults indicates an expected call of GetResults.
type MockArmisUpdater ¶
type MockArmisUpdater struct {
// contains filtered or unexported fields
}
MockArmisUpdater is a mock of ArmisUpdater interface.
func NewMockArmisUpdater ¶
func NewMockArmisUpdater(ctrl *gomock.Controller) *MockArmisUpdater
NewMockArmisUpdater creates a new mock instance.
func (*MockArmisUpdater) EXPECT ¶
func (m *MockArmisUpdater) EXPECT() *MockArmisUpdaterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockArmisUpdaterMockRecorder ¶
type MockArmisUpdaterMockRecorder struct {
// contains filtered or unexported fields
}
MockArmisUpdaterMockRecorder is the mock recorder for MockArmisUpdater.
func (*MockArmisUpdaterMockRecorder) RunUpdate ¶
func (mr *MockArmisUpdaterMockRecorder) RunUpdate(ctx interface{}) *gomock.Call
RunUpdate indicates an expected call of RunUpdate.
type MockCoreService ¶
type MockCoreService struct {
// contains filtered or unexported fields
}
MockCoreService is a mock of CoreService interface.
func NewMockCoreService ¶
func NewMockCoreService(ctrl *gomock.Controller) *MockCoreService
NewMockCoreService creates a new mock instance.
func (*MockCoreService) EXPECT ¶
func (m *MockCoreService) EXPECT() *MockCoreServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCoreService) PushStatus ¶ added in v1.0.79
func (m *MockCoreService) PushStatus(ctx context.Context, req *proto.GatewayStatusRequest) (*proto.GatewayStatusResponse, error)
PushStatus mocks base method.
type MockCoreServiceMockRecorder ¶
type MockCoreServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockCoreServiceMockRecorder is the mock recorder for MockCoreService.
func (*MockCoreServiceMockRecorder) PushStatus ¶ added in v1.0.79
func (mr *MockCoreServiceMockRecorder) PushStatus(ctx, req interface{}) *gomock.Call
PushStatus indicates an expected call of PushStatus.
type MockKVService ¶
type MockKVService struct {
// contains filtered or unexported fields
}
MockKVService is a mock of KVService interface.
func NewMockKVService ¶
func NewMockKVService(ctrl *gomock.Controller) *MockKVService
NewMockKVService creates a new mock instance.
func (*MockKVService) EXPECT ¶
func (m *MockKVService) EXPECT() *MockKVServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockKVService) PutMany ¶
func (m *MockKVService) PutMany(ctx context.Context, req *proto.PutManyRequest, opts ...interface{}) (*proto.PutManyResponse, error)
PutMany mocks base method.
type MockKVServiceMockRecorder ¶
type MockKVServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockKVServiceMockRecorder is the mock recorder for MockKVService.
func (*MockKVServiceMockRecorder) PutMany ¶
func (mr *MockKVServiceMockRecorder) PutMany(ctx, req interface{}, opts ...interface{}) *gomock.Call
PutMany indicates an expected call of PutMany.
type MockSyncService ¶
type MockSyncService struct {
// contains filtered or unexported fields
}
MockSyncService is a mock of SyncService interface.
func NewMockSyncService ¶
func NewMockSyncService(ctrl *gomock.Controller) *MockSyncService
NewMockSyncService creates a new mock instance.
func (*MockSyncService) EXPECT ¶
func (m *MockSyncService) EXPECT() *MockSyncServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSyncService) GetResults ¶
func (m *MockSyncService) GetResults(ctx context.Context, req *proto.ResultsRequest) (*proto.ResultsResponse, error)
GetResults mocks base method.
type MockSyncServiceMockRecorder ¶
type MockSyncServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockSyncServiceMockRecorder is the mock recorder for MockSyncService.
func (*MockSyncServiceMockRecorder) GetResults ¶
func (mr *MockSyncServiceMockRecorder) GetResults(ctx, req interface{}) *gomock.Call
GetResults indicates an expected call of GetResults.