service

package
v2.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Package service is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockApplicationService

type MockApplicationService struct {
	// contains filtered or unexported fields
}

MockApplicationService is a mock of ApplicationService interface.

func NewMockApplicationService

func NewMockApplicationService(ctrl *gomock.Controller) *MockApplicationService

NewMockApplicationService creates a new mock instance.

func (*MockApplicationService) Create

func (m *MockApplicationService) Create(arg0 interface{}, arg1 string, arg2 *v1.Application) (*v1.Application, error)

Create mocks base method.

func (*MockApplicationService) CreateWithBase

func (m *MockApplicationService) CreateWithBase(arg0 interface{}, arg1 string, arg2, arg3 *v1.Application) (*v1.Application, error)

CreateWithBase mocks base method.

func (*MockApplicationService) Delete

func (m *MockApplicationService) Delete(arg0 interface{}, arg1, arg2, arg3 string) error

Delete mocks base method.

func (*MockApplicationService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockApplicationService) Get

func (m *MockApplicationService) Get(arg0, arg1, arg2 string) (*v1.Application, error)

Get mocks base method.

func (*MockApplicationService) List

List mocks base method.

func (*MockApplicationService) ListByNames added in v2.3.0

func (m *MockApplicationService) ListByNames(arg0 string, arg1 []string) ([]models.AppItem, error)

ListByNames mocks base method.

func (*MockApplicationService) Update

func (m *MockApplicationService) Update(arg0 interface{}, arg1 string, arg2 *v1.Application) (*v1.Application, error)

Update mocks base method.

type MockApplicationServiceMockRecorder

type MockApplicationServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockApplicationServiceMockRecorder is the mock recorder for MockApplicationService.

func (*MockApplicationServiceMockRecorder) Create

func (mr *MockApplicationServiceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockApplicationServiceMockRecorder) CreateWithBase

func (mr *MockApplicationServiceMockRecorder) CreateWithBase(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

CreateWithBase indicates an expected call of CreateWithBase.

func (*MockApplicationServiceMockRecorder) Delete

func (mr *MockApplicationServiceMockRecorder) Delete(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockApplicationServiceMockRecorder) Get

func (mr *MockApplicationServiceMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockApplicationServiceMockRecorder) List

func (mr *MockApplicationServiceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockApplicationServiceMockRecorder) ListByNames added in v2.3.0

func (mr *MockApplicationServiceMockRecorder) ListByNames(arg0, arg1 interface{}) *gomock.Call

ListByNames indicates an expected call of ListByNames.

func (*MockApplicationServiceMockRecorder) Update

func (mr *MockApplicationServiceMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockAuthService

type MockAuthService struct {
	// contains filtered or unexported fields
}

MockAuthService is a mock of AuthService interface

func NewMockAuthService

func NewMockAuthService(ctrl *gomock.Controller) *MockAuthService

NewMockAuthService creates a new mock instance

func (*MockAuthService) AuthAndVerify added in v2.2.0

func (m *MockAuthService) AuthAndVerify(arg0 *common.Context, arg1 *plugin.PermissionRequest) error

AuthAndVerify mocks base method

func (*MockAuthService) Authenticate

func (m *MockAuthService) Authenticate(arg0 *common.Context) error

Authenticate mocks base method

func (*MockAuthService) Close added in v2.2.0

func (m *MockAuthService) Close() error

Close mocks base method

func (*MockAuthService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockAuthService) Verify added in v2.2.0

func (m *MockAuthService) Verify(arg0 *common.Context, arg1 *plugin.PermissionRequest) error

Verify mocks base method

type MockAuthServiceMockRecorder

type MockAuthServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockAuthServiceMockRecorder is the mock recorder for MockAuthService

func (*MockAuthServiceMockRecorder) AuthAndVerify added in v2.2.0

func (mr *MockAuthServiceMockRecorder) AuthAndVerify(arg0, arg1 interface{}) *gomock.Call

AuthAndVerify indicates an expected call of AuthAndVerify

func (*MockAuthServiceMockRecorder) Authenticate

func (mr *MockAuthServiceMockRecorder) Authenticate(arg0 interface{}) *gomock.Call

Authenticate indicates an expected call of Authenticate

func (*MockAuthServiceMockRecorder) Close added in v2.2.0

Close indicates an expected call of Close

func (*MockAuthServiceMockRecorder) Verify added in v2.2.0

func (mr *MockAuthServiceMockRecorder) Verify(arg0, arg1 interface{}) *gomock.Call

Verify indicates an expected call of Verify

type MockCacheService

type MockCacheService struct {
	// contains filtered or unexported fields
}

MockCacheService is a mock of CacheService interface

func NewMockCacheService

func NewMockCacheService(ctrl *gomock.Controller) *MockCacheService

NewMockCacheService creates a new mock instance

func (*MockCacheService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockCacheService) Get

func (m *MockCacheService) Get(arg0 string, arg1 func(string) (string, error)) (string, error)

Get mocks base method

func (*MockCacheService) GetFileData

func (m *MockCacheService) GetFileData(arg0 string) (string, error)

GetFileData mocks base method

func (*MockCacheService) GetProperty

func (m *MockCacheService) GetProperty(arg0 string) (string, error)

GetProperty mocks base method

type MockCacheServiceMockRecorder

type MockCacheServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockCacheServiceMockRecorder is the mock recorder for MockCacheService

func (*MockCacheServiceMockRecorder) Get

func (mr *MockCacheServiceMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockCacheServiceMockRecorder) GetFileData

func (mr *MockCacheServiceMockRecorder) GetFileData(arg0 interface{}) *gomock.Call

GetFileData indicates an expected call of GetFileData

func (*MockCacheServiceMockRecorder) GetProperty

func (mr *MockCacheServiceMockRecorder) GetProperty(arg0 interface{}) *gomock.Call

GetProperty indicates an expected call of GetProperty

type MockConfigService

type MockConfigService struct {
	// contains filtered or unexported fields
}

MockConfigService is a mock of ConfigService interface.

func NewMockConfigService

func NewMockConfigService(ctrl *gomock.Controller) *MockConfigService

NewMockConfigService creates a new mock instance.

func (*MockConfigService) Create

func (m *MockConfigService) Create(arg0 interface{}, arg1 string, arg2 *v1.Configuration) (*v1.Configuration, error)

Create mocks base method.

func (*MockConfigService) Delete

func (m *MockConfigService) Delete(arg0 interface{}, arg1, arg2 string) error

Delete mocks base method.

func (*MockConfigService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockConfigService) Get

func (m *MockConfigService) Get(arg0 interface{}, arg1, arg2, arg3 string) (*v1.Configuration, error)

Get mocks base method.

func (*MockConfigService) List

List mocks base method.

func (*MockConfigService) Update

func (m *MockConfigService) Update(arg0 interface{}, arg1 string, arg2 *v1.Configuration) (*v1.Configuration, error)

Update mocks base method.

func (*MockConfigService) Upsert

func (m *MockConfigService) Upsert(arg0 interface{}, arg1 string, arg2 *v1.Configuration) (*v1.Configuration, error)

Upsert mocks base method.

type MockConfigServiceMockRecorder

type MockConfigServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockConfigServiceMockRecorder is the mock recorder for MockConfigService.

func (*MockConfigServiceMockRecorder) Create

func (mr *MockConfigServiceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockConfigServiceMockRecorder) Delete

func (mr *MockConfigServiceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockConfigServiceMockRecorder) Get

func (mr *MockConfigServiceMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockConfigServiceMockRecorder) List

func (mr *MockConfigServiceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockConfigServiceMockRecorder) Update

func (mr *MockConfigServiceMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockConfigServiceMockRecorder) Upsert

func (mr *MockConfigServiceMockRecorder) Upsert(arg0, arg1, arg2 interface{}) *gomock.Call

Upsert indicates an expected call of Upsert.

type MockCronService added in v2.3.0

type MockCronService struct {
	// contains filtered or unexported fields
}

MockCronService is a mock of CronService interface

func NewMockCronService added in v2.3.0

func NewMockCronService(ctrl *gomock.Controller) *MockCronService

NewMockCronService creates a new mock instance

func (*MockCronService) CreateCron added in v2.3.0

func (m *MockCronService) CreateCron(arg0 *models.Cron) error

CreateCron mocks base method

func (*MockCronService) DeleteCron added in v2.3.0

func (m *MockCronService) DeleteCron(arg0, arg1 string) error

DeleteCron mocks base method

func (*MockCronService) DeleteExpiredApps added in v2.3.0

func (m *MockCronService) DeleteExpiredApps(arg0 []uint64) error

DeleteExpiredApps mocks base method

func (*MockCronService) EXPECT added in v2.3.0

EXPECT returns an object that allows the caller to indicate expected use

func (*MockCronService) GetCron added in v2.3.0

func (m *MockCronService) GetCron(arg0, arg1 string) (*models.Cron, error)

GetCron mocks base method

func (*MockCronService) ListExpiredApps added in v2.3.0

func (m *MockCronService) ListExpiredApps() ([]models.Cron, error)

ListExpiredApps mocks base method

func (*MockCronService) UpdateCron added in v2.3.0

func (m *MockCronService) UpdateCron(arg0 *models.Cron) error

UpdateCron mocks base method

type MockCronServiceMockRecorder added in v2.3.0

type MockCronServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockCronServiceMockRecorder is the mock recorder for MockCronService

func (*MockCronServiceMockRecorder) CreateCron added in v2.3.0

func (mr *MockCronServiceMockRecorder) CreateCron(arg0 interface{}) *gomock.Call

CreateCron indicates an expected call of CreateCron

func (*MockCronServiceMockRecorder) DeleteCron added in v2.3.0

func (mr *MockCronServiceMockRecorder) DeleteCron(arg0, arg1 interface{}) *gomock.Call

DeleteCron indicates an expected call of DeleteCron

func (*MockCronServiceMockRecorder) DeleteExpiredApps added in v2.3.0

func (mr *MockCronServiceMockRecorder) DeleteExpiredApps(arg0 interface{}) *gomock.Call

DeleteExpiredApps indicates an expected call of DeleteExpiredApps

func (*MockCronServiceMockRecorder) GetCron added in v2.3.0

func (mr *MockCronServiceMockRecorder) GetCron(arg0, arg1 interface{}) *gomock.Call

GetCron indicates an expected call of GetCron

func (*MockCronServiceMockRecorder) ListExpiredApps added in v2.3.0

func (mr *MockCronServiceMockRecorder) ListExpiredApps() *gomock.Call

ListExpiredApps indicates an expected call of ListExpiredApps

func (*MockCronServiceMockRecorder) UpdateCron added in v2.3.0

func (mr *MockCronServiceMockRecorder) UpdateCron(arg0 interface{}) *gomock.Call

UpdateCron indicates an expected call of UpdateCron

type MockFunctionService

type MockFunctionService struct {
	// contains filtered or unexported fields
}

MockFunctionService is a mock of FunctionService interface

func NewMockFunctionService

func NewMockFunctionService(ctrl *gomock.Controller) *MockFunctionService

NewMockFunctionService creates a new mock instance

func (*MockFunctionService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockFunctionService) GetFunction

func (m *MockFunctionService) GetFunction(arg0, arg1, arg2, arg3 string) (*models.Function, error)

GetFunction mocks base method

func (*MockFunctionService) List

func (m *MockFunctionService) List(arg0, arg1 string) ([]models.Function, error)

List mocks base method

func (*MockFunctionService) ListFunctionVersions

func (m *MockFunctionService) ListFunctionVersions(arg0, arg1, arg2 string) ([]models.Function, error)

ListFunctionVersions mocks base method

func (*MockFunctionService) ListRuntimes

func (m *MockFunctionService) ListRuntimes() (map[string]string, error)

ListRuntimes mocks base method

func (*MockFunctionService) ListSources

func (m *MockFunctionService) ListSources() []models.FunctionSource

ListSources mocks base method

type MockFunctionServiceMockRecorder

type MockFunctionServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockFunctionServiceMockRecorder is the mock recorder for MockFunctionService

func (*MockFunctionServiceMockRecorder) GetFunction

func (mr *MockFunctionServiceMockRecorder) GetFunction(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetFunction indicates an expected call of GetFunction

func (*MockFunctionServiceMockRecorder) List

func (mr *MockFunctionServiceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockFunctionServiceMockRecorder) ListFunctionVersions

func (mr *MockFunctionServiceMockRecorder) ListFunctionVersions(arg0, arg1, arg2 interface{}) *gomock.Call

ListFunctionVersions indicates an expected call of ListFunctionVersions

func (*MockFunctionServiceMockRecorder) ListRuntimes

func (mr *MockFunctionServiceMockRecorder) ListRuntimes() *gomock.Call

ListRuntimes indicates an expected call of ListRuntimes

func (*MockFunctionServiceMockRecorder) ListSources

func (mr *MockFunctionServiceMockRecorder) ListSources() *gomock.Call

ListSources indicates an expected call of ListSources

type MockIndexService

type MockIndexService struct {
	// contains filtered or unexported fields
}

MockIndexService is a mock of IndexService interface.

func NewMockIndexService

func NewMockIndexService(ctrl *gomock.Controller) *MockIndexService

NewMockIndexService creates a new mock instance.

func (*MockIndexService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIndexService) ListAppIndexByConfig

func (m *MockIndexService) ListAppIndexByConfig(arg0, arg1 string) ([]string, error)

ListAppIndexByConfig mocks base method.

func (*MockIndexService) ListAppIndexBySecret

func (m *MockIndexService) ListAppIndexBySecret(arg0, arg1 string) ([]string, error)

ListAppIndexBySecret mocks base method.

func (*MockIndexService) ListAppsByNode

func (m *MockIndexService) ListAppsByNode(arg0, arg1 string) ([]string, error)

ListAppsByNode mocks base method.

func (*MockIndexService) ListConfigIndexByApp

func (m *MockIndexService) ListConfigIndexByApp(arg0, arg1 string) ([]string, error)

ListConfigIndexByApp mocks base method.

func (*MockIndexService) ListIndex

func (m *MockIndexService) ListIndex(arg0 string, arg1, arg2 common.Resource, arg3 string) ([]string, error)

ListIndex mocks base method.

func (*MockIndexService) ListNodesByApp

func (m *MockIndexService) ListNodesByApp(arg0, arg1 string) ([]string, error)

ListNodesByApp mocks base method.

func (*MockIndexService) ListSecretIndexByApp added in v2.4.3

func (m *MockIndexService) ListSecretIndexByApp(arg0, arg1 string) ([]string, error)

ListSecretIndexByApp mocks base method.

func (*MockIndexService) RefreshAppIndexByConfig

func (m *MockIndexService) RefreshAppIndexByConfig(arg0 interface{}, arg1, arg2 string, arg3 []string) error

RefreshAppIndexByConfig mocks base method.

func (*MockIndexService) RefreshAppsIndexByNode

func (m *MockIndexService) RefreshAppsIndexByNode(arg0 interface{}, arg1, arg2 string, arg3 []string) error

RefreshAppsIndexByNode mocks base method.

func (*MockIndexService) RefreshConfigIndexByApp

func (m *MockIndexService) RefreshConfigIndexByApp(arg0 interface{}, arg1, arg2 string, arg3 []string) error

RefreshConfigIndexByApp mocks base method.

func (*MockIndexService) RefreshIndex

func (m *MockIndexService) RefreshIndex(arg0 interface{}, arg1 string, arg2, arg3 common.Resource, arg4 string, arg5 []string) error

RefreshIndex mocks base method.

func (*MockIndexService) RefreshNodesIndexByApp

func (m *MockIndexService) RefreshNodesIndexByApp(arg0 interface{}, arg1, arg2 string, arg3 []string) error

RefreshNodesIndexByApp mocks base method.

func (*MockIndexService) RefreshSecretIndexByApp

func (m *MockIndexService) RefreshSecretIndexByApp(arg0 interface{}, arg1, arg2 string, arg3 []string) error

RefreshSecretIndexByApp mocks base method.

type MockIndexServiceMockRecorder

type MockIndexServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockIndexServiceMockRecorder is the mock recorder for MockIndexService.

func (*MockIndexServiceMockRecorder) ListAppIndexByConfig

func (mr *MockIndexServiceMockRecorder) ListAppIndexByConfig(arg0, arg1 interface{}) *gomock.Call

ListAppIndexByConfig indicates an expected call of ListAppIndexByConfig.

func (*MockIndexServiceMockRecorder) ListAppIndexBySecret

func (mr *MockIndexServiceMockRecorder) ListAppIndexBySecret(arg0, arg1 interface{}) *gomock.Call

ListAppIndexBySecret indicates an expected call of ListAppIndexBySecret.

func (*MockIndexServiceMockRecorder) ListAppsByNode

func (mr *MockIndexServiceMockRecorder) ListAppsByNode(arg0, arg1 interface{}) *gomock.Call

ListAppsByNode indicates an expected call of ListAppsByNode.

func (*MockIndexServiceMockRecorder) ListConfigIndexByApp

func (mr *MockIndexServiceMockRecorder) ListConfigIndexByApp(arg0, arg1 interface{}) *gomock.Call

ListConfigIndexByApp indicates an expected call of ListConfigIndexByApp.

func (*MockIndexServiceMockRecorder) ListIndex

func (mr *MockIndexServiceMockRecorder) ListIndex(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ListIndex indicates an expected call of ListIndex.

func (*MockIndexServiceMockRecorder) ListNodesByApp

func (mr *MockIndexServiceMockRecorder) ListNodesByApp(arg0, arg1 interface{}) *gomock.Call

ListNodesByApp indicates an expected call of ListNodesByApp.

func (*MockIndexServiceMockRecorder) ListSecretIndexByApp added in v2.4.3

func (mr *MockIndexServiceMockRecorder) ListSecretIndexByApp(arg0, arg1 interface{}) *gomock.Call

ListSecretIndexByApp indicates an expected call of ListSecretIndexByApp.

func (*MockIndexServiceMockRecorder) RefreshAppIndexByConfig

func (mr *MockIndexServiceMockRecorder) RefreshAppIndexByConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

RefreshAppIndexByConfig indicates an expected call of RefreshAppIndexByConfig.

func (*MockIndexServiceMockRecorder) RefreshAppsIndexByNode

func (mr *MockIndexServiceMockRecorder) RefreshAppsIndexByNode(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

RefreshAppsIndexByNode indicates an expected call of RefreshAppsIndexByNode.

func (*MockIndexServiceMockRecorder) RefreshConfigIndexByApp

func (mr *MockIndexServiceMockRecorder) RefreshConfigIndexByApp(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

RefreshConfigIndexByApp indicates an expected call of RefreshConfigIndexByApp.

func (*MockIndexServiceMockRecorder) RefreshIndex

func (mr *MockIndexServiceMockRecorder) RefreshIndex(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

RefreshIndex indicates an expected call of RefreshIndex.

func (*MockIndexServiceMockRecorder) RefreshNodesIndexByApp

func (mr *MockIndexServiceMockRecorder) RefreshNodesIndexByApp(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

RefreshNodesIndexByApp indicates an expected call of RefreshNodesIndexByApp.

func (*MockIndexServiceMockRecorder) RefreshSecretIndexByApp

func (mr *MockIndexServiceMockRecorder) RefreshSecretIndexByApp(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

RefreshSecretIndexByApp indicates an expected call of RefreshSecretIndexByApp.

type MockInitService

type MockInitService struct {
	// contains filtered or unexported fields
}

MockInitService is a mock of InitService interface

func NewMockInitService

func NewMockInitService(ctrl *gomock.Controller) *MockInitService

NewMockInitService creates a new mock instance

func (*MockInitService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockInitService) GenApps

func (m *MockInitService) GenApps(arg0 string, arg1 *v1.Node) ([]*v1.Application, error)

GenApps mocks base method

func (*MockInitService) GenOptionalApps added in v2.2.0

func (m *MockInitService) GenOptionalApps(arg0, arg1 string, arg2 []string) ([]*v1.Application, error)

GenOptionalApps mocks base method

func (*MockInitService) GetOptionalApps added in v2.2.0

func (m *MockInitService) GetOptionalApps() []string

GetOptionalApps mocks base method

func (*MockInitService) GetResource

func (m *MockInitService) GetResource(arg0, arg1, arg2 string, arg3 map[string]interface{}) (interface{}, error)

GetResource mocks base method

type MockInitServiceMockRecorder

type MockInitServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockInitServiceMockRecorder is the mock recorder for MockInitService

func (*MockInitServiceMockRecorder) GenApps

func (mr *MockInitServiceMockRecorder) GenApps(arg0, arg1 interface{}) *gomock.Call

GenApps indicates an expected call of GenApps

func (*MockInitServiceMockRecorder) GenOptionalApps added in v2.2.0

func (mr *MockInitServiceMockRecorder) GenOptionalApps(arg0, arg1, arg2 interface{}) *gomock.Call

GenOptionalApps indicates an expected call of GenOptionalApps

func (*MockInitServiceMockRecorder) GetOptionalApps added in v2.2.0

func (mr *MockInitServiceMockRecorder) GetOptionalApps() *gomock.Call

GetOptionalApps indicates an expected call of GetOptionalApps

func (*MockInitServiceMockRecorder) GetResource

func (mr *MockInitServiceMockRecorder) GetResource(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetResource indicates an expected call of GetResource

type MockLicenseService

type MockLicenseService struct {
	// contains filtered or unexported fields
}

MockLicenseService is a mock of LicenseService interface

func NewMockLicenseService

func NewMockLicenseService(ctrl *gomock.Controller) *MockLicenseService

NewMockLicenseService creates a new mock instance

func (*MockLicenseService) CheckLicense

func (m *MockLicenseService) CheckLicense() error

CheckLicense mocks base method

func (*MockLicenseService) Close added in v2.3.0

func (m *MockLicenseService) Close() error

Close mocks base method

func (*MockLicenseService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockLicenseService) ProtectCode

func (m *MockLicenseService) ProtectCode() error

ProtectCode mocks base method

type MockLicenseServiceMockRecorder

type MockLicenseServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockLicenseServiceMockRecorder is the mock recorder for MockLicenseService

func (*MockLicenseServiceMockRecorder) CheckLicense

func (mr *MockLicenseServiceMockRecorder) CheckLicense() *gomock.Call

CheckLicense indicates an expected call of CheckLicense

func (*MockLicenseServiceMockRecorder) Close added in v2.3.0

Close indicates an expected call of Close

func (*MockLicenseServiceMockRecorder) ProtectCode

func (mr *MockLicenseServiceMockRecorder) ProtectCode() *gomock.Call

ProtectCode indicates an expected call of ProtectCode

type MockLockerService added in v2.2.0

type MockLockerService struct {
	// contains filtered or unexported fields
}

MockLockerService is a mock of LockerService interface

func NewMockLockerService added in v2.2.0

func NewMockLockerService(ctrl *gomock.Controller) *MockLockerService

NewMockLockerService creates a new mock instance

func (*MockLockerService) EXPECT added in v2.2.0

EXPECT returns an object that allows the caller to indicate expected use

func (*MockLockerService) Lock added in v2.2.0

func (m *MockLockerService) Lock(arg0 context.Context, arg1 string, arg2 int64) (string, error)

Lock mocks base method

func (*MockLockerService) Unlock added in v2.2.0

func (m *MockLockerService) Unlock(arg0 context.Context, arg1, arg2 string)

Unlock mocks base method

type MockLockerServiceMockRecorder added in v2.2.0

type MockLockerServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockLockerServiceMockRecorder is the mock recorder for MockLockerService

func (*MockLockerServiceMockRecorder) Lock added in v2.2.0

func (mr *MockLockerServiceMockRecorder) Lock(arg0, arg1, arg2 interface{}) *gomock.Call

Lock indicates an expected call of Lock

func (*MockLockerServiceMockRecorder) Unlock added in v2.2.0

func (mr *MockLockerServiceMockRecorder) Unlock(arg0, arg1, arg2 interface{}) *gomock.Call

Unlock indicates an expected call of Unlock

type MockModuleService added in v2.2.0

type MockModuleService struct {
	// contains filtered or unexported fields
}

MockModuleService is a mock of ModuleService interface

func NewMockModuleService added in v2.2.0

func NewMockModuleService(ctrl *gomock.Controller) *MockModuleService

NewMockModuleService creates a new mock instance

func (*MockModuleService) CreateModule added in v2.2.0

func (m *MockModuleService) CreateModule(arg0 *models.Module) (*models.Module, error)

CreateModule mocks base method

func (*MockModuleService) DeleteModuleByVersion added in v2.2.0

func (m *MockModuleService) DeleteModuleByVersion(arg0, arg1 string) error

DeleteModuleByVersion mocks base method

func (*MockModuleService) DeleteModules added in v2.2.0

func (m *MockModuleService) DeleteModules(arg0 string) error

DeleteModules mocks base method

func (*MockModuleService) EXPECT added in v2.2.0

EXPECT returns an object that allows the caller to indicate expected use

func (*MockModuleService) GetLatestModule added in v2.2.0

func (m *MockModuleService) GetLatestModule(arg0 string) (*models.Module, error)

GetLatestModule mocks base method

func (*MockModuleService) GetLatestModuleImage added in v2.2.0

func (m *MockModuleService) GetLatestModuleImage(arg0 string) (string, error)

GetLatestModuleImage mocks base method

func (*MockModuleService) GetLatestModuleProgram added in v2.2.0

func (m *MockModuleService) GetLatestModuleProgram(arg0, arg1 string) (string, error)

GetLatestModuleProgram mocks base method

func (*MockModuleService) GetModuleByImage added in v2.2.0

func (m *MockModuleService) GetModuleByImage(arg0, arg1 string) (*models.Module, error)

GetModuleByImage mocks base method

func (*MockModuleService) GetModuleByVersion added in v2.2.0

func (m *MockModuleService) GetModuleByVersion(arg0, arg1 string) (*models.Module, error)

GetModuleByVersion mocks base method

func (*MockModuleService) GetModules added in v2.2.0

func (m *MockModuleService) GetModules(arg0 string) ([]models.Module, error)

GetModules mocks base method

func (*MockModuleService) ListModules added in v2.2.0

func (m *MockModuleService) ListModules(arg0 *models.Filter, arg1 common.ModuleType) ([]models.Module, error)

ListModules mocks base method

func (*MockModuleService) UpdateModuleByVersion added in v2.2.0

func (m *MockModuleService) UpdateModuleByVersion(arg0 *models.Module) (*models.Module, error)

UpdateModuleByVersion mocks base method

type MockModuleServiceMockRecorder added in v2.2.0

type MockModuleServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockModuleServiceMockRecorder is the mock recorder for MockModuleService

func (*MockModuleServiceMockRecorder) CreateModule added in v2.2.0

func (mr *MockModuleServiceMockRecorder) CreateModule(arg0 interface{}) *gomock.Call

CreateModule indicates an expected call of CreateModule

func (*MockModuleServiceMockRecorder) DeleteModuleByVersion added in v2.2.0

func (mr *MockModuleServiceMockRecorder) DeleteModuleByVersion(arg0, arg1 interface{}) *gomock.Call

DeleteModuleByVersion indicates an expected call of DeleteModuleByVersion

func (*MockModuleServiceMockRecorder) DeleteModules added in v2.2.0

func (mr *MockModuleServiceMockRecorder) DeleteModules(arg0 interface{}) *gomock.Call

DeleteModules indicates an expected call of DeleteModules

func (*MockModuleServiceMockRecorder) GetLatestModule added in v2.2.0

func (mr *MockModuleServiceMockRecorder) GetLatestModule(arg0 interface{}) *gomock.Call

GetLatestModule indicates an expected call of GetLatestModule

func (*MockModuleServiceMockRecorder) GetLatestModuleImage added in v2.2.0

func (mr *MockModuleServiceMockRecorder) GetLatestModuleImage(arg0 interface{}) *gomock.Call

GetLatestModuleImage indicates an expected call of GetLatestModuleImage

func (*MockModuleServiceMockRecorder) GetLatestModuleProgram added in v2.2.0

func (mr *MockModuleServiceMockRecorder) GetLatestModuleProgram(arg0, arg1 interface{}) *gomock.Call

GetLatestModuleProgram indicates an expected call of GetLatestModuleProgram

func (*MockModuleServiceMockRecorder) GetModuleByImage added in v2.2.0

func (mr *MockModuleServiceMockRecorder) GetModuleByImage(arg0, arg1 interface{}) *gomock.Call

GetModuleByImage indicates an expected call of GetModuleByImage

func (*MockModuleServiceMockRecorder) GetModuleByVersion added in v2.2.0

func (mr *MockModuleServiceMockRecorder) GetModuleByVersion(arg0, arg1 interface{}) *gomock.Call

GetModuleByVersion indicates an expected call of GetModuleByVersion

func (*MockModuleServiceMockRecorder) GetModules added in v2.2.0

func (mr *MockModuleServiceMockRecorder) GetModules(arg0 interface{}) *gomock.Call

GetModules indicates an expected call of GetModules

func (*MockModuleServiceMockRecorder) ListModules added in v2.2.0

func (mr *MockModuleServiceMockRecorder) ListModules(arg0, arg1 interface{}) *gomock.Call

ListModules indicates an expected call of ListModules

func (*MockModuleServiceMockRecorder) UpdateModuleByVersion added in v2.2.0

func (mr *MockModuleServiceMockRecorder) UpdateModuleByVersion(arg0 interface{}) *gomock.Call

UpdateModuleByVersion indicates an expected call of UpdateModuleByVersion

type MockNamespaceService

type MockNamespaceService struct {
	// contains filtered or unexported fields
}

MockNamespaceService is a mock of NamespaceService interface

func NewMockNamespaceService

func NewMockNamespaceService(ctrl *gomock.Controller) *MockNamespaceService

NewMockNamespaceService creates a new mock instance

func (*MockNamespaceService) Create

Create mocks base method

func (*MockNamespaceService) Delete

func (m *MockNamespaceService) Delete(arg0 *models.Namespace) error

Delete mocks base method

func (*MockNamespaceService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockNamespaceService) Get

Get mocks base method

func (*MockNamespaceService) List added in v2.2.0

List mocks base method

type MockNamespaceServiceMockRecorder

type MockNamespaceServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockNamespaceServiceMockRecorder is the mock recorder for MockNamespaceService

func (*MockNamespaceServiceMockRecorder) Create

func (mr *MockNamespaceServiceMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockNamespaceServiceMockRecorder) Delete

func (mr *MockNamespaceServiceMockRecorder) Delete(arg0 interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockNamespaceServiceMockRecorder) Get

func (mr *MockNamespaceServiceMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockNamespaceServiceMockRecorder) List added in v2.2.0

func (mr *MockNamespaceServiceMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List

type MockNodeService

type MockNodeService struct {
	// contains filtered or unexported fields
}

MockNodeService is a mock of NodeService interface.

func NewMockNodeService

func NewMockNodeService(ctrl *gomock.Controller) *MockNodeService

NewMockNodeService creates a new mock instance.

func (*MockNodeService) Count added in v2.1.1

func (m *MockNodeService) Count(arg0 string) (map[string]int, error)

Count mocks base method.

func (*MockNodeService) CountAll added in v2.3.0

func (m *MockNodeService) CountAll() (map[string]int, error)

CountAll mocks base method.

func (*MockNodeService) Create

func (m *MockNodeService) Create(arg0 interface{}, arg1 string, arg2 *v1.Node) (*v1.Node, error)

Create mocks base method.

func (*MockNodeService) Delete

func (m *MockNodeService) Delete(arg0 interface{}, arg1 string, arg2 *v1.Node) error

Delete mocks base method.

func (*MockNodeService) DeleteNodeAppVersion

func (m *MockNodeService) DeleteNodeAppVersion(arg0 interface{}, arg1 string, arg2 *v1.Application) ([]string, error)

DeleteNodeAppVersion mocks base method.

func (*MockNodeService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockNodeService) Get

func (m *MockNodeService) Get(arg0 interface{}, arg1, arg2 string) (*v1.Node, error)

Get mocks base method.

func (*MockNodeService) GetDesire

func (m *MockNodeService) GetDesire(arg0, arg1 string) (*v1.Desire, error)

GetDesire mocks base method.

func (*MockNodeService) GetNodeProperties added in v2.1.1

func (m *MockNodeService) GetNodeProperties(arg0, arg1 string) (*models.NodeProperties, error)

GetNodeProperties mocks base method.

func (*MockNodeService) List

func (m *MockNodeService) List(arg0 string, arg1 *models.ListOptions) (*models.NodeList, error)

List mocks base method.

func (*MockNodeService) Update

func (m *MockNodeService) Update(arg0 string, arg1 *v1.Node) (*v1.Node, error)

Update mocks base method.

func (*MockNodeService) UpdateDesire

func (m *MockNodeService) UpdateDesire(arg0 interface{}, arg1 string, arg2 []string, arg3 *v1.Application, arg4 func(*models.Shadow, *v1.Application)) error

UpdateDesire mocks base method.

func (*MockNodeService) UpdateNodeAppVersion

func (m *MockNodeService) UpdateNodeAppVersion(arg0 interface{}, arg1 string, arg2 *v1.Application) ([]string, error)

UpdateNodeAppVersion mocks base method.

func (*MockNodeService) UpdateNodeMode added in v2.1.1

func (m *MockNodeService) UpdateNodeMode(arg0, arg1, arg2 string) error

UpdateNodeMode mocks base method.

func (*MockNodeService) UpdateNodeProperties added in v2.1.1

func (m *MockNodeService) UpdateNodeProperties(arg0, arg1 string, arg2 *models.NodeProperties) (*models.NodeProperties, error)

UpdateNodeProperties mocks base method.

func (*MockNodeService) UpdateReport

func (m *MockNodeService) UpdateReport(arg0, arg1 string, arg2 v1.Report) (*models.Shadow, error)

UpdateReport mocks base method.

type MockNodeServiceMockRecorder

type MockNodeServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockNodeServiceMockRecorder is the mock recorder for MockNodeService.

func (*MockNodeServiceMockRecorder) Count added in v2.1.1

func (mr *MockNodeServiceMockRecorder) Count(arg0 interface{}) *gomock.Call

Count indicates an expected call of Count.

func (*MockNodeServiceMockRecorder) CountAll added in v2.3.0

func (mr *MockNodeServiceMockRecorder) CountAll() *gomock.Call

CountAll indicates an expected call of CountAll.

func (*MockNodeServiceMockRecorder) Create

func (mr *MockNodeServiceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockNodeServiceMockRecorder) Delete

func (mr *MockNodeServiceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockNodeServiceMockRecorder) DeleteNodeAppVersion

func (mr *MockNodeServiceMockRecorder) DeleteNodeAppVersion(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteNodeAppVersion indicates an expected call of DeleteNodeAppVersion.

func (*MockNodeServiceMockRecorder) Get

func (mr *MockNodeServiceMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockNodeServiceMockRecorder) GetDesire

func (mr *MockNodeServiceMockRecorder) GetDesire(arg0, arg1 interface{}) *gomock.Call

GetDesire indicates an expected call of GetDesire.

func (*MockNodeServiceMockRecorder) GetNodeProperties added in v2.1.1

func (mr *MockNodeServiceMockRecorder) GetNodeProperties(arg0, arg1 interface{}) *gomock.Call

GetNodeProperties indicates an expected call of GetNodeProperties.

func (*MockNodeServiceMockRecorder) List

func (mr *MockNodeServiceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockNodeServiceMockRecorder) Update

func (mr *MockNodeServiceMockRecorder) Update(arg0, arg1 interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockNodeServiceMockRecorder) UpdateDesire

func (mr *MockNodeServiceMockRecorder) UpdateDesire(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

UpdateDesire indicates an expected call of UpdateDesire.

func (*MockNodeServiceMockRecorder) UpdateNodeAppVersion

func (mr *MockNodeServiceMockRecorder) UpdateNodeAppVersion(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateNodeAppVersion indicates an expected call of UpdateNodeAppVersion.

func (*MockNodeServiceMockRecorder) UpdateNodeMode added in v2.1.1

func (mr *MockNodeServiceMockRecorder) UpdateNodeMode(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateNodeMode indicates an expected call of UpdateNodeMode.

func (*MockNodeServiceMockRecorder) UpdateNodeProperties added in v2.1.1

func (mr *MockNodeServiceMockRecorder) UpdateNodeProperties(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateNodeProperties indicates an expected call of UpdateNodeProperties.

func (*MockNodeServiceMockRecorder) UpdateReport

func (mr *MockNodeServiceMockRecorder) UpdateReport(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateReport indicates an expected call of UpdateReport.

type MockObjectService

type MockObjectService struct {
	// contains filtered or unexported fields
}

MockObjectService is a mock of ObjectService interface

func NewMockObjectService

func NewMockObjectService(ctrl *gomock.Controller) *MockObjectService

NewMockObjectService creates a new mock instance

func (*MockObjectService) CreateExternalBucket added in v2.3.0

func (m *MockObjectService) CreateExternalBucket(arg0 models.ExternalObjectInfo, arg1, arg2, arg3 string) error

CreateExternalBucket mocks base method

func (*MockObjectService) CreateInternalBucketIfNotExist

func (m *MockObjectService) CreateInternalBucketIfNotExist(arg0, arg1, arg2, arg3 string) (*models.Bucket, error)

CreateInternalBucketIfNotExist mocks base method

func (*MockObjectService) DeleteExternalObject added in v2.3.0

func (m *MockObjectService) DeleteExternalObject(arg0 models.ExternalObjectInfo, arg1, arg2, arg3 string) error

DeleteExternalObject mocks base method

func (*MockObjectService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockObjectService) GenExternalObjectURL

func (m *MockObjectService) GenExternalObjectURL(arg0 models.ExternalObjectInfo, arg1, arg2, arg3 string) (*models.ObjectURL, error)

GenExternalObjectURL mocks base method

func (*MockObjectService) GenInternalObjectPutURL added in v2.3.0

func (m *MockObjectService) GenInternalObjectPutURL(arg0, arg1, arg2, arg3 string) (*models.ObjectURL, error)

GenInternalObjectPutURL mocks base method

func (*MockObjectService) GenInternalObjectURL

func (m *MockObjectService) GenInternalObjectURL(arg0, arg1, arg2, arg3 string) (*models.ObjectURL, error)

GenInternalObjectURL mocks base method

func (*MockObjectService) GetExternalObject added in v2.3.0

func (m *MockObjectService) GetExternalObject(arg0 models.ExternalObjectInfo, arg1, arg2, arg3 string) (*models.Object, error)

GetExternalObject mocks base method

func (*MockObjectService) HeadExternalObject added in v2.3.0

func (m *MockObjectService) HeadExternalObject(arg0 models.ExternalObjectInfo, arg1, arg2, arg3 string) (*models.ObjectMeta, error)

HeadExternalObject mocks base method

func (*MockObjectService) HeadInternalObject added in v2.3.0

func (m *MockObjectService) HeadInternalObject(arg0, arg1, arg2, arg3 string) (*models.ObjectMeta, error)

HeadInternalObject mocks base method

func (*MockObjectService) ListExternalBucketObjects

func (m *MockObjectService) ListExternalBucketObjects(arg0 models.ExternalObjectInfo, arg1, arg2 string) (*models.ListObjectsResult, error)

ListExternalBucketObjects mocks base method

func (*MockObjectService) ListExternalBuckets

func (m *MockObjectService) ListExternalBuckets(arg0 models.ExternalObjectInfo, arg1 string) ([]models.Bucket, error)

ListExternalBuckets mocks base method

func (*MockObjectService) ListInternalBucketObjects

func (m *MockObjectService) ListInternalBucketObjects(arg0, arg1, arg2 string) (*models.ListObjectsResult, error)

ListInternalBucketObjects mocks base method

func (*MockObjectService) ListInternalBuckets

func (m *MockObjectService) ListInternalBuckets(arg0, arg1 string) ([]models.Bucket, error)

ListInternalBuckets mocks base method

func (*MockObjectService) ListSources

ListSources mocks base method

func (*MockObjectService) PutExternalObject added in v2.3.0

func (m *MockObjectService) PutExternalObject(arg0 models.ExternalObjectInfo, arg1, arg2, arg3 string, arg4 []byte) error

PutExternalObject mocks base method

func (*MockObjectService) PutExternalObjectFromURL added in v2.3.0

func (m *MockObjectService) PutExternalObjectFromURL(arg0 models.ExternalObjectInfo, arg1, arg2, arg3, arg4 string) error

PutExternalObjectFromURL mocks base method

func (*MockObjectService) PutInternalObject added in v2.3.0

func (m *MockObjectService) PutInternalObject(arg0, arg1, arg2, arg3 string, arg4 []byte) error

PutInternalObject mocks base method

func (*MockObjectService) PutInternalObjectFromURLIfNotExist

func (m *MockObjectService) PutInternalObjectFromURLIfNotExist(arg0, arg1, arg2, arg3, arg4 string) error

PutInternalObjectFromURLIfNotExist mocks base method

type MockObjectServiceMockRecorder

type MockObjectServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockObjectServiceMockRecorder is the mock recorder for MockObjectService

func (*MockObjectServiceMockRecorder) CreateExternalBucket added in v2.3.0

func (mr *MockObjectServiceMockRecorder) CreateExternalBucket(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

CreateExternalBucket indicates an expected call of CreateExternalBucket

func (*MockObjectServiceMockRecorder) CreateInternalBucketIfNotExist

func (mr *MockObjectServiceMockRecorder) CreateInternalBucketIfNotExist(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

CreateInternalBucketIfNotExist indicates an expected call of CreateInternalBucketIfNotExist

func (*MockObjectServiceMockRecorder) DeleteExternalObject added in v2.3.0

func (mr *MockObjectServiceMockRecorder) DeleteExternalObject(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DeleteExternalObject indicates an expected call of DeleteExternalObject

func (*MockObjectServiceMockRecorder) GenExternalObjectURL

func (mr *MockObjectServiceMockRecorder) GenExternalObjectURL(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GenExternalObjectURL indicates an expected call of GenExternalObjectURL

func (*MockObjectServiceMockRecorder) GenInternalObjectPutURL added in v2.3.0

func (mr *MockObjectServiceMockRecorder) GenInternalObjectPutURL(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GenInternalObjectPutURL indicates an expected call of GenInternalObjectPutURL

func (*MockObjectServiceMockRecorder) GenInternalObjectURL

func (mr *MockObjectServiceMockRecorder) GenInternalObjectURL(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GenInternalObjectURL indicates an expected call of GenInternalObjectURL

func (*MockObjectServiceMockRecorder) GetExternalObject added in v2.3.0

func (mr *MockObjectServiceMockRecorder) GetExternalObject(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetExternalObject indicates an expected call of GetExternalObject

func (*MockObjectServiceMockRecorder) HeadExternalObject added in v2.3.0

func (mr *MockObjectServiceMockRecorder) HeadExternalObject(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

HeadExternalObject indicates an expected call of HeadExternalObject

func (*MockObjectServiceMockRecorder) HeadInternalObject added in v2.3.0

func (mr *MockObjectServiceMockRecorder) HeadInternalObject(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

HeadInternalObject indicates an expected call of HeadInternalObject

func (*MockObjectServiceMockRecorder) ListExternalBucketObjects

func (mr *MockObjectServiceMockRecorder) ListExternalBucketObjects(arg0, arg1, arg2 interface{}) *gomock.Call

ListExternalBucketObjects indicates an expected call of ListExternalBucketObjects

func (*MockObjectServiceMockRecorder) ListExternalBuckets

func (mr *MockObjectServiceMockRecorder) ListExternalBuckets(arg0, arg1 interface{}) *gomock.Call

ListExternalBuckets indicates an expected call of ListExternalBuckets

func (*MockObjectServiceMockRecorder) ListInternalBucketObjects

func (mr *MockObjectServiceMockRecorder) ListInternalBucketObjects(arg0, arg1, arg2 interface{}) *gomock.Call

ListInternalBucketObjects indicates an expected call of ListInternalBucketObjects

func (*MockObjectServiceMockRecorder) ListInternalBuckets

func (mr *MockObjectServiceMockRecorder) ListInternalBuckets(arg0, arg1 interface{}) *gomock.Call

ListInternalBuckets indicates an expected call of ListInternalBuckets

func (*MockObjectServiceMockRecorder) ListSources

func (mr *MockObjectServiceMockRecorder) ListSources() *gomock.Call

ListSources indicates an expected call of ListSources

func (*MockObjectServiceMockRecorder) PutExternalObject added in v2.3.0

func (mr *MockObjectServiceMockRecorder) PutExternalObject(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

PutExternalObject indicates an expected call of PutExternalObject

func (*MockObjectServiceMockRecorder) PutExternalObjectFromURL added in v2.3.0

func (mr *MockObjectServiceMockRecorder) PutExternalObjectFromURL(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

PutExternalObjectFromURL indicates an expected call of PutExternalObjectFromURL

func (*MockObjectServiceMockRecorder) PutInternalObject added in v2.3.0

func (mr *MockObjectServiceMockRecorder) PutInternalObject(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

PutInternalObject indicates an expected call of PutInternalObject

func (*MockObjectServiceMockRecorder) PutInternalObjectFromURLIfNotExist

func (mr *MockObjectServiceMockRecorder) PutInternalObjectFromURLIfNotExist(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

PutInternalObjectFromURLIfNotExist indicates an expected call of PutInternalObjectFromURLIfNotExist

type MockPKIService

type MockPKIService struct {
	// contains filtered or unexported fields
}

MockPKIService is a mock of PKIService interface

func NewMockPKIService

func NewMockPKIService(ctrl *gomock.Controller) *MockPKIService

NewMockPKIService creates a new mock instance

func (*MockPKIService) DeleteClientCertificate

func (m *MockPKIService) DeleteClientCertificate(arg0 string) error

DeleteClientCertificate mocks base method

func (*MockPKIService) DeleteServerCertificate

func (m *MockPKIService) DeleteServerCertificate(arg0 string) error

DeleteServerCertificate mocks base method

func (*MockPKIService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockPKIService) GetCA

func (m *MockPKIService) GetCA() ([]byte, error)

GetCA mocks base method

func (*MockPKIService) SignClientCertificate

func (m *MockPKIService) SignClientCertificate(arg0 string, arg1 models.AltNames) (*models.PEMCredential, error)

SignClientCertificate mocks base method

func (*MockPKIService) SignServerCertificate

func (m *MockPKIService) SignServerCertificate(arg0 string, arg1 models.AltNames) (*models.PEMCredential, error)

SignServerCertificate mocks base method

type MockPKIServiceMockRecorder

type MockPKIServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockPKIServiceMockRecorder is the mock recorder for MockPKIService

func (*MockPKIServiceMockRecorder) DeleteClientCertificate

func (mr *MockPKIServiceMockRecorder) DeleteClientCertificate(arg0 interface{}) *gomock.Call

DeleteClientCertificate indicates an expected call of DeleteClientCertificate

func (*MockPKIServiceMockRecorder) DeleteServerCertificate

func (mr *MockPKIServiceMockRecorder) DeleteServerCertificate(arg0 interface{}) *gomock.Call

DeleteServerCertificate indicates an expected call of DeleteServerCertificate

func (*MockPKIServiceMockRecorder) GetCA

func (mr *MockPKIServiceMockRecorder) GetCA() *gomock.Call

GetCA indicates an expected call of GetCA

func (*MockPKIServiceMockRecorder) SignClientCertificate

func (mr *MockPKIServiceMockRecorder) SignClientCertificate(arg0, arg1 interface{}) *gomock.Call

SignClientCertificate indicates an expected call of SignClientCertificate

func (*MockPKIServiceMockRecorder) SignServerCertificate

func (mr *MockPKIServiceMockRecorder) SignServerCertificate(arg0, arg1 interface{}) *gomock.Call

SignServerCertificate indicates an expected call of SignServerCertificate

type MockPropertyService

type MockPropertyService struct {
	// contains filtered or unexported fields
}

MockPropertyService is a mock of PropertyService interface

func NewMockPropertyService

func NewMockPropertyService(ctrl *gomock.Controller) *MockPropertyService

NewMockPropertyService creates a new mock instance

func (*MockPropertyService) CountProperty

func (m *MockPropertyService) CountProperty(arg0 string) (int, error)

CountProperty mocks base method

func (*MockPropertyService) CreateProperty

func (m *MockPropertyService) CreateProperty(arg0 *models.Property) error

CreateProperty mocks base method

func (*MockPropertyService) CreateSysApp added in v2.2.0

func (m *MockPropertyService) CreateSysApp(arg0 *models.NodeSysAppInfo) error

CreateSysApp mocks base method

func (*MockPropertyService) DeleteProperty

func (m *MockPropertyService) DeleteProperty(arg0 string) error

DeleteProperty mocks base method

func (*MockPropertyService) DeleteSysApp added in v2.2.0

func (m *MockPropertyService) DeleteSysApp(arg0 string) error

DeleteSysApp mocks base method

func (*MockPropertyService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockPropertyService) GetProperty

func (m *MockPropertyService) GetProperty(arg0 string) (*models.Property, error)

GetProperty mocks base method

func (*MockPropertyService) GetPropertyValue

func (m *MockPropertyService) GetPropertyValue(arg0 string) (string, error)

GetPropertyValue mocks base method

func (*MockPropertyService) GetSysApp added in v2.2.0

func (m *MockPropertyService) GetSysApp(arg0 string) (*models.NodeSysAppInfo, error)

GetSysApp mocks base method

func (*MockPropertyService) ListOptionalSysApps added in v2.2.0

func (m *MockPropertyService) ListOptionalSysApps() ([]models.NodeSysAppInfo, error)

ListOptionalSysApps mocks base method

func (*MockPropertyService) ListProperty

func (m *MockPropertyService) ListProperty(arg0 *models.Filter) ([]models.Property, error)

ListProperty mocks base method

func (*MockPropertyService) ListSysApps added in v2.2.0

func (m *MockPropertyService) ListSysApps() ([]models.NodeSysAppInfo, error)

ListSysApps mocks base method

func (*MockPropertyService) UpdateProperty

func (m *MockPropertyService) UpdateProperty(arg0 *models.Property) error

UpdateProperty mocks base method

func (*MockPropertyService) UpdateSysApp added in v2.2.0

func (m *MockPropertyService) UpdateSysApp(arg0 *models.NodeSysAppInfo) error

UpdateSysApp mocks base method

type MockPropertyServiceMockRecorder

type MockPropertyServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockPropertyServiceMockRecorder is the mock recorder for MockPropertyService

func (*MockPropertyServiceMockRecorder) CountProperty

func (mr *MockPropertyServiceMockRecorder) CountProperty(arg0 interface{}) *gomock.Call

CountProperty indicates an expected call of CountProperty

func (*MockPropertyServiceMockRecorder) CreateProperty

func (mr *MockPropertyServiceMockRecorder) CreateProperty(arg0 interface{}) *gomock.Call

CreateProperty indicates an expected call of CreateProperty

func (*MockPropertyServiceMockRecorder) CreateSysApp added in v2.2.0

func (mr *MockPropertyServiceMockRecorder) CreateSysApp(arg0 interface{}) *gomock.Call

CreateSysApp indicates an expected call of CreateSysApp

func (*MockPropertyServiceMockRecorder) DeleteProperty

func (mr *MockPropertyServiceMockRecorder) DeleteProperty(arg0 interface{}) *gomock.Call

DeleteProperty indicates an expected call of DeleteProperty

func (*MockPropertyServiceMockRecorder) DeleteSysApp added in v2.2.0

func (mr *MockPropertyServiceMockRecorder) DeleteSysApp(arg0 interface{}) *gomock.Call

DeleteSysApp indicates an expected call of DeleteSysApp

func (*MockPropertyServiceMockRecorder) GetProperty

func (mr *MockPropertyServiceMockRecorder) GetProperty(arg0 interface{}) *gomock.Call

GetProperty indicates an expected call of GetProperty

func (*MockPropertyServiceMockRecorder) GetPropertyValue

func (mr *MockPropertyServiceMockRecorder) GetPropertyValue(arg0 interface{}) *gomock.Call

GetPropertyValue indicates an expected call of GetPropertyValue

func (*MockPropertyServiceMockRecorder) GetSysApp added in v2.2.0

func (mr *MockPropertyServiceMockRecorder) GetSysApp(arg0 interface{}) *gomock.Call

GetSysApp indicates an expected call of GetSysApp

func (*MockPropertyServiceMockRecorder) ListOptionalSysApps added in v2.2.0

func (mr *MockPropertyServiceMockRecorder) ListOptionalSysApps() *gomock.Call

ListOptionalSysApps indicates an expected call of ListOptionalSysApps

func (*MockPropertyServiceMockRecorder) ListProperty

func (mr *MockPropertyServiceMockRecorder) ListProperty(arg0 interface{}) *gomock.Call

ListProperty indicates an expected call of ListProperty

func (*MockPropertyServiceMockRecorder) ListSysApps added in v2.2.0

func (mr *MockPropertyServiceMockRecorder) ListSysApps() *gomock.Call

ListSysApps indicates an expected call of ListSysApps

func (*MockPropertyServiceMockRecorder) UpdateProperty

func (mr *MockPropertyServiceMockRecorder) UpdateProperty(arg0 interface{}) *gomock.Call

UpdateProperty indicates an expected call of UpdateProperty

func (*MockPropertyServiceMockRecorder) UpdateSysApp added in v2.2.0

func (mr *MockPropertyServiceMockRecorder) UpdateSysApp(arg0 interface{}) *gomock.Call

UpdateSysApp indicates an expected call of UpdateSysApp

type MockQuotaService added in v2.4.3

type MockQuotaService struct {
	// contains filtered or unexported fields
}

MockQuotaService is a mock of QuotaService interface

func NewMockQuotaService added in v2.4.3

func NewMockQuotaService(ctrl *gomock.Controller) *MockQuotaService

NewMockQuotaService creates a new mock instance

func (*MockQuotaService) AcquireQuota added in v2.4.3

func (m *MockQuotaService) AcquireQuota(arg0, arg1 string, arg2 int) error

AcquireQuota mocks base method

func (*MockQuotaService) CheckQuota added in v2.4.3

func (m *MockQuotaService) CheckQuota(arg0 string, arg1 plugin.QuotaCollector) error

CheckQuota mocks base method

func (*MockQuotaService) Close added in v2.4.3

func (m *MockQuotaService) Close() error

Close mocks base method

func (*MockQuotaService) CreateQuota added in v2.4.3

func (m *MockQuotaService) CreateQuota(arg0 string, arg1 map[string]int) error

CreateQuota mocks base method

func (*MockQuotaService) DeleteQuota added in v2.4.3

func (m *MockQuotaService) DeleteQuota(arg0, arg1 string) error

DeleteQuota mocks base method

func (*MockQuotaService) DeleteQuotaByNamespace added in v2.4.3

func (m *MockQuotaService) DeleteQuotaByNamespace(arg0 string) error

DeleteQuotaByNamespace mocks base method

func (*MockQuotaService) EXPECT added in v2.4.3

EXPECT returns an object that allows the caller to indicate expected use

func (*MockQuotaService) GetDefaultQuotas added in v2.4.3

func (m *MockQuotaService) GetDefaultQuotas(arg0 string) (map[string]int, error)

GetDefaultQuotas mocks base method

func (*MockQuotaService) GetQuota added in v2.4.3

func (m *MockQuotaService) GetQuota(arg0 string) (map[string]int, error)

GetQuota mocks base method

func (*MockQuotaService) ReleaseQuota added in v2.4.3

func (m *MockQuotaService) ReleaseQuota(arg0, arg1 string, arg2 int) error

ReleaseQuota mocks base method

func (*MockQuotaService) UpdateQuota added in v2.4.3

func (m *MockQuotaService) UpdateQuota(arg0, arg1 string, arg2 int) error

UpdateQuota mocks base method

type MockQuotaServiceMockRecorder added in v2.4.3

type MockQuotaServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockQuotaServiceMockRecorder is the mock recorder for MockQuotaService

func (*MockQuotaServiceMockRecorder) AcquireQuota added in v2.4.3

func (mr *MockQuotaServiceMockRecorder) AcquireQuota(arg0, arg1, arg2 interface{}) *gomock.Call

AcquireQuota indicates an expected call of AcquireQuota

func (*MockQuotaServiceMockRecorder) CheckQuota added in v2.4.3

func (mr *MockQuotaServiceMockRecorder) CheckQuota(arg0, arg1 interface{}) *gomock.Call

CheckQuota indicates an expected call of CheckQuota

func (*MockQuotaServiceMockRecorder) Close added in v2.4.3

Close indicates an expected call of Close

func (*MockQuotaServiceMockRecorder) CreateQuota added in v2.4.3

func (mr *MockQuotaServiceMockRecorder) CreateQuota(arg0, arg1 interface{}) *gomock.Call

CreateQuota indicates an expected call of CreateQuota

func (*MockQuotaServiceMockRecorder) DeleteQuota added in v2.4.3

func (mr *MockQuotaServiceMockRecorder) DeleteQuota(arg0, arg1 interface{}) *gomock.Call

DeleteQuota indicates an expected call of DeleteQuota

func (*MockQuotaServiceMockRecorder) DeleteQuotaByNamespace added in v2.4.3

func (mr *MockQuotaServiceMockRecorder) DeleteQuotaByNamespace(arg0 interface{}) *gomock.Call

DeleteQuotaByNamespace indicates an expected call of DeleteQuotaByNamespace

func (*MockQuotaServiceMockRecorder) GetDefaultQuotas added in v2.4.3

func (mr *MockQuotaServiceMockRecorder) GetDefaultQuotas(arg0 interface{}) *gomock.Call

GetDefaultQuotas indicates an expected call of GetDefaultQuotas

func (*MockQuotaServiceMockRecorder) GetQuota added in v2.4.3

func (mr *MockQuotaServiceMockRecorder) GetQuota(arg0 interface{}) *gomock.Call

GetQuota indicates an expected call of GetQuota

func (*MockQuotaServiceMockRecorder) ReleaseQuota added in v2.4.3

func (mr *MockQuotaServiceMockRecorder) ReleaseQuota(arg0, arg1, arg2 interface{}) *gomock.Call

ReleaseQuota indicates an expected call of ReleaseQuota

func (*MockQuotaServiceMockRecorder) UpdateQuota added in v2.4.3

func (mr *MockQuotaServiceMockRecorder) UpdateQuota(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateQuota indicates an expected call of UpdateQuota

type MockSecretService

type MockSecretService struct {
	// contains filtered or unexported fields
}

MockSecretService is a mock of SecretService interface.

func NewMockSecretService

func NewMockSecretService(ctrl *gomock.Controller) *MockSecretService

NewMockSecretService creates a new mock instance.

func (*MockSecretService) Create

func (m *MockSecretService) Create(arg0 interface{}, arg1 string, arg2 *v1.Secret) (*v1.Secret, error)

Create mocks base method.

func (*MockSecretService) Delete

func (m *MockSecretService) Delete(arg0 interface{}, arg1, arg2 string) error

Delete mocks base method.

func (*MockSecretService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSecretService) Get

func (m *MockSecretService) Get(arg0, arg1, arg2 string) (*v1.Secret, error)

Get mocks base method.

func (*MockSecretService) GetTx added in v2.3.0

func (m *MockSecretService) GetTx(arg0 interface{}, arg1, arg2, arg3 string) (*v1.Secret, error)

GetTx mocks base method.

func (*MockSecretService) List

List mocks base method.

func (*MockSecretService) Update

func (m *MockSecretService) Update(arg0 string, arg1 *v1.Secret) (*v1.Secret, error)

Update mocks base method.

type MockSecretServiceMockRecorder

type MockSecretServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockSecretServiceMockRecorder is the mock recorder for MockSecretService.

func (*MockSecretServiceMockRecorder) Create

func (mr *MockSecretServiceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockSecretServiceMockRecorder) Delete

func (mr *MockSecretServiceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockSecretServiceMockRecorder) Get

func (mr *MockSecretServiceMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockSecretServiceMockRecorder) GetTx added in v2.3.0

func (mr *MockSecretServiceMockRecorder) GetTx(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetTx indicates an expected call of GetTx.

func (*MockSecretServiceMockRecorder) List

func (mr *MockSecretServiceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockSecretServiceMockRecorder) Update

func (mr *MockSecretServiceMockRecorder) Update(arg0, arg1 interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockSignService added in v2.2.0

type MockSignService struct {
	// contains filtered or unexported fields
}

MockSignService is a mock of SignService interface

func NewMockSignService added in v2.2.0

func NewMockSignService(ctrl *gomock.Controller) *MockSignService

NewMockSignService creates a new mock instance

func (*MockSignService) Close added in v2.2.0

func (m *MockSignService) Close() error

Close mocks base method

func (*MockSignService) EXPECT added in v2.2.0

EXPECT returns an object that allows the caller to indicate expected use

func (*MockSignService) GenToken added in v2.2.0

func (m *MockSignService) GenToken(arg0 map[string]interface{}) (string, error)

GenToken mocks base method

func (*MockSignService) Signature added in v2.2.0

func (m *MockSignService) Signature(arg0 []byte) ([]byte, error)

Signature mocks base method

func (*MockSignService) Verify added in v2.2.0

func (m *MockSignService) Verify(arg0, arg1 []byte) bool

Verify mocks base method

type MockSignServiceMockRecorder added in v2.2.0

type MockSignServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockSignServiceMockRecorder is the mock recorder for MockSignService

func (*MockSignServiceMockRecorder) Close added in v2.2.0

Close indicates an expected call of Close

func (*MockSignServiceMockRecorder) GenToken added in v2.2.0

func (mr *MockSignServiceMockRecorder) GenToken(arg0 interface{}) *gomock.Call

GenToken indicates an expected call of GenToken

func (*MockSignServiceMockRecorder) Signature added in v2.2.0

func (mr *MockSignServiceMockRecorder) Signature(arg0 interface{}) *gomock.Call

Signature indicates an expected call of Signature

func (*MockSignServiceMockRecorder) Verify added in v2.2.0

func (mr *MockSignServiceMockRecorder) Verify(arg0, arg1 interface{}) *gomock.Call

Verify indicates an expected call of Verify

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) Desire

func (m *MockSyncService) Desire(arg0 string, arg1 []v1.ResourceInfo, arg2 map[string]string) ([]v1.ResourceValue, error)

Desire mocks base method.

func (*MockSyncService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSyncService) Report

func (m *MockSyncService) Report(arg0, arg1 string, arg2 v1.Report) (v1.Delta, error)

Report mocks base method.

type MockSyncServiceMockRecorder

type MockSyncServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockSyncServiceMockRecorder is the mock recorder for MockSyncService.

func (*MockSyncServiceMockRecorder) Desire

func (mr *MockSyncServiceMockRecorder) Desire(arg0, arg1, arg2 interface{}) *gomock.Call

Desire indicates an expected call of Desire.

func (*MockSyncServiceMockRecorder) Report

func (mr *MockSyncServiceMockRecorder) Report(arg0, arg1, arg2 interface{}) *gomock.Call

Report indicates an expected call of Report.

type MockSystemAppService added in v2.2.0

type MockSystemAppService struct {
	// contains filtered or unexported fields
}

MockSystemAppService is a mock of SystemAppService interface.

func NewMockSystemAppService added in v2.2.0

func NewMockSystemAppService(ctrl *gomock.Controller) *MockSystemAppService

NewMockSystemAppService creates a new mock instance.

func (*MockSystemAppService) EXPECT added in v2.2.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSystemAppService) GenApps added in v2.2.0

func (m *MockSystemAppService) GenApps(arg0 interface{}, arg1 string, arg2 *v1.Node) ([]*v1.Application, error)

GenApps mocks base method.

func (*MockSystemAppService) GenOptionalApps added in v2.2.0

func (m *MockSystemAppService) GenOptionalApps(arg0 interface{}, arg1 string, arg2 *v1.Node, arg3 []string) ([]*v1.Application, error)

GenOptionalApps mocks base method.

func (*MockSystemAppService) GetOptionalApps added in v2.2.0

func (m *MockSystemAppService) GetOptionalApps() []string

GetOptionalApps mocks base method.

type MockSystemAppServiceMockRecorder added in v2.2.0

type MockSystemAppServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockSystemAppServiceMockRecorder is the mock recorder for MockSystemAppService.

func (*MockSystemAppServiceMockRecorder) GenApps added in v2.2.0

func (mr *MockSystemAppServiceMockRecorder) GenApps(arg0, arg1, arg2 interface{}) *gomock.Call

GenApps indicates an expected call of GenApps.

func (*MockSystemAppServiceMockRecorder) GenOptionalApps added in v2.2.0

func (mr *MockSystemAppServiceMockRecorder) GenOptionalApps(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GenOptionalApps indicates an expected call of GenOptionalApps.

func (*MockSystemAppServiceMockRecorder) GetOptionalApps added in v2.2.0

func (mr *MockSystemAppServiceMockRecorder) GetOptionalApps() *gomock.Call

GetOptionalApps indicates an expected call of GetOptionalApps.

type MockTaskService added in v2.2.0

type MockTaskService struct {
	// contains filtered or unexported fields
}

MockTaskService is a mock of TaskService interface

func NewMockTaskService added in v2.2.0

func NewMockTaskService(ctrl *gomock.Controller) *MockTaskService

NewMockTaskService creates a new mock instance

func (*MockTaskService) AddTask added in v2.2.0

func (m *MockTaskService) AddTask(arg0 string, arg1 ...interface{}) (*task.TaskResult, error)

AddTask mocks base method

func (*MockTaskService) AddTaskWithKey added in v2.3.0

func (m *MockTaskService) AddTaskWithKey(arg0 string, arg1 map[string]interface{}) (*task.TaskResult, error)

AddTaskWithKey mocks base method

func (*MockTaskService) EXPECT added in v2.2.0

EXPECT returns an object that allows the caller to indicate expected use

func (*MockTaskService) Register added in v2.3.0

func (m *MockTaskService) Register(arg0 string, arg1 interface{})

Register mocks base method

func (*MockTaskService) StartWorker added in v2.3.0

func (m *MockTaskService) StartWorker(arg0 context.Context)

StartWorker mocks base method

func (*MockTaskService) StopWorker added in v2.3.0

func (m *MockTaskService) StopWorker()

StopWorker mocks base method

type MockTaskServiceMockRecorder added in v2.2.0

type MockTaskServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockTaskServiceMockRecorder is the mock recorder for MockTaskService

func (*MockTaskServiceMockRecorder) AddTask added in v2.2.0

func (mr *MockTaskServiceMockRecorder) AddTask(arg0 interface{}, arg1 ...interface{}) *gomock.Call

AddTask indicates an expected call of AddTask

func (*MockTaskServiceMockRecorder) AddTaskWithKey added in v2.3.0

func (mr *MockTaskServiceMockRecorder) AddTaskWithKey(arg0, arg1 interface{}) *gomock.Call

AddTaskWithKey indicates an expected call of AddTaskWithKey

func (*MockTaskServiceMockRecorder) Register added in v2.3.0

func (mr *MockTaskServiceMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call

Register indicates an expected call of Register

func (*MockTaskServiceMockRecorder) StartWorker added in v2.3.0

func (mr *MockTaskServiceMockRecorder) StartWorker(arg0 interface{}) *gomock.Call

StartWorker indicates an expected call of StartWorker

func (*MockTaskServiceMockRecorder) StopWorker added in v2.3.0

func (mr *MockTaskServiceMockRecorder) StopWorker() *gomock.Call

StopWorker indicates an expected call of StopWorker

type MockTemplateService

type MockTemplateService struct {
	// contains filtered or unexported fields
}

MockTemplateService is a mock of TemplateService interface

func NewMockTemplateService

func NewMockTemplateService(ctrl *gomock.Controller) *MockTemplateService

NewMockTemplateService creates a new mock instance

func (*MockTemplateService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockTemplateService) Execute

func (m *MockTemplateService) Execute(arg0, arg1 string, arg2 map[string]interface{}) ([]byte, error)

Execute mocks base method

func (*MockTemplateService) GetTemplate

func (m *MockTemplateService) GetTemplate(arg0 string) (string, error)

GetTemplate mocks base method

func (*MockTemplateService) ParseTemplate

func (m *MockTemplateService) ParseTemplate(arg0 string, arg1 map[string]interface{}) ([]byte, error)

ParseTemplate mocks base method

func (*MockTemplateService) UnmarshalTemplate

func (m *MockTemplateService) UnmarshalTemplate(arg0 string, arg1 map[string]interface{}, arg2 interface{}) error

UnmarshalTemplate mocks base method

type MockTemplateServiceMockRecorder

type MockTemplateServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockTemplateServiceMockRecorder is the mock recorder for MockTemplateService

func (*MockTemplateServiceMockRecorder) Execute

func (mr *MockTemplateServiceMockRecorder) Execute(arg0, arg1, arg2 interface{}) *gomock.Call

Execute indicates an expected call of Execute

func (*MockTemplateServiceMockRecorder) GetTemplate

func (mr *MockTemplateServiceMockRecorder) GetTemplate(arg0 interface{}) *gomock.Call

GetTemplate indicates an expected call of GetTemplate

func (*MockTemplateServiceMockRecorder) ParseTemplate

func (mr *MockTemplateServiceMockRecorder) ParseTemplate(arg0, arg1 interface{}) *gomock.Call

ParseTemplate indicates an expected call of ParseTemplate

func (*MockTemplateServiceMockRecorder) UnmarshalTemplate

func (mr *MockTemplateServiceMockRecorder) UnmarshalTemplate(arg0, arg1, arg2 interface{}) *gomock.Call

UnmarshalTemplate indicates an expected call of UnmarshalTemplate

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL