mock

package
v4.25.2 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: AGPL-3.0 Imports: 20 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockApplicationInterface

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

MockApplicationInterface is a mock of ApplicationInterface interface.

func NewMockApplicationInterface

func NewMockApplicationInterface(ctrl *gomock.Controller) *MockApplicationInterface

NewMockApplicationInterface creates a new mock instance.

func (*MockApplicationInterface) AddServer

func (m *MockApplicationInterface) AddServer(arg0 contracts.Server)

AddServer mocks base method.

func (*MockApplicationInterface) Auth

Auth mocks base method.

func (*MockApplicationInterface) BeforeServerRunHooks

func (m *MockApplicationInterface) BeforeServerRunHooks(arg0 contracts.Callback)

BeforeServerRunHooks mocks base method.

func (*MockApplicationInterface) Bootstrap

func (m *MockApplicationInterface) Bootstrap() error

Bootstrap mocks base method.

func (*MockApplicationInterface) Cache

Cache mocks base method.

func (*MockApplicationInterface) CacheLock

func (m *MockApplicationInterface) CacheLock() contracts.Locker

CacheLock mocks base method.

func (*MockApplicationInterface) Config

func (m *MockApplicationInterface) Config() *config.Config

Config mocks base method.

func (*MockApplicationInterface) CronManager

CronManager mocks base method.

func (*MockApplicationInterface) DB

func (m *MockApplicationInterface) DB() *gorm.DB

DB mocks base method.

func (*MockApplicationInterface) DBManager

DBManager mocks base method.

func (*MockApplicationInterface) Done

func (m *MockApplicationInterface) Done() <-chan struct{}

Done mocks base method.

func (*MockApplicationInterface) EXPECT

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

func (*MockApplicationInterface) EventDispatcher

EventDispatcher mocks base method.

func (*MockApplicationInterface) GetPluginByName

func (m *MockApplicationInterface) GetPluginByName(arg0 string) contracts.PluginInterface

GetPluginByName mocks base method.

func (*MockApplicationInterface) GetPlugins

GetPlugins mocks base method.

func (*MockApplicationInterface) GetTracer

func (m *MockApplicationInterface) GetTracer() trace.Tracer

GetTracer mocks base method.

func (*MockApplicationInterface) Helmer added in v4.23.14

Helmer mocks base method.

func (*MockApplicationInterface) IsDebug

func (m *MockApplicationInterface) IsDebug() bool

IsDebug mocks base method.

func (*MockApplicationInterface) K8sClient

K8sClient mocks base method.

func (*MockApplicationInterface) LocalUploader

func (m *MockApplicationInterface) LocalUploader() contracts.Uploader

LocalUploader mocks base method.

func (*MockApplicationInterface) Oidc

Oidc mocks base method.

func (*MockApplicationInterface) RegisterAfterShutdownFunc

func (m *MockApplicationInterface) RegisterAfterShutdownFunc(arg0 contracts.Callback)

RegisterAfterShutdownFunc mocks base method.

func (*MockApplicationInterface) RegisterBeforeShutdownFunc

func (m *MockApplicationInterface) RegisterBeforeShutdownFunc(arg0 contracts.Callback)

RegisterBeforeShutdownFunc mocks base method.

func (*MockApplicationInterface) Run

Run mocks base method.

func (*MockApplicationInterface) SetAuth

SetAuth mocks base method.

func (*MockApplicationInterface) SetCache

SetCache mocks base method.

func (*MockApplicationInterface) SetCacheLock

func (m *MockApplicationInterface) SetCacheLock(arg0 contracts.Locker)

SetCacheLock mocks base method.

func (*MockApplicationInterface) SetCronManager

func (m *MockApplicationInterface) SetCronManager(arg0 contracts.CronManager)

SetCronManager mocks base method.

func (*MockApplicationInterface) SetEventDispatcher

func (m *MockApplicationInterface) SetEventDispatcher(arg0 contracts.DispatcherInterface)

SetEventDispatcher mocks base method.

func (*MockApplicationInterface) SetK8sClient

func (m *MockApplicationInterface) SetK8sClient(arg0 *contracts.K8sClient)

SetK8sClient mocks base method.

func (*MockApplicationInterface) SetLocalUploader

func (m *MockApplicationInterface) SetLocalUploader(arg0 contracts.Uploader)

SetLocalUploader mocks base method.

func (*MockApplicationInterface) SetOidc

SetOidc mocks base method.

func (*MockApplicationInterface) SetPlugins

func (m *MockApplicationInterface) SetPlugins(arg0 map[string]contracts.PluginInterface)

SetPlugins mocks base method.

func (*MockApplicationInterface) SetTracer

func (m *MockApplicationInterface) SetTracer(arg0 trace.Tracer)

SetTracer mocks base method.

func (*MockApplicationInterface) SetUploader

func (m *MockApplicationInterface) SetUploader(arg0 contracts.Uploader)

SetUploader mocks base method.

func (*MockApplicationInterface) Shutdown

func (m *MockApplicationInterface) Shutdown()

Shutdown mocks base method.

func (*MockApplicationInterface) Singleflight

func (m *MockApplicationInterface) Singleflight() *singleflight.Group

Singleflight mocks base method.

func (*MockApplicationInterface) Uploader

Uploader mocks base method.

type MockApplicationInterfaceMockRecorder

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

MockApplicationInterfaceMockRecorder is the mock recorder for MockApplicationInterface.

func (*MockApplicationInterfaceMockRecorder) AddServer

func (mr *MockApplicationInterfaceMockRecorder) AddServer(arg0 any) *gomock.Call

AddServer indicates an expected call of AddServer.

func (*MockApplicationInterfaceMockRecorder) Auth

Auth indicates an expected call of Auth.

func (*MockApplicationInterfaceMockRecorder) BeforeServerRunHooks

func (mr *MockApplicationInterfaceMockRecorder) BeforeServerRunHooks(arg0 any) *gomock.Call

BeforeServerRunHooks indicates an expected call of BeforeServerRunHooks.

func (*MockApplicationInterfaceMockRecorder) Bootstrap

Bootstrap indicates an expected call of Bootstrap.

func (*MockApplicationInterfaceMockRecorder) Cache

Cache indicates an expected call of Cache.

func (*MockApplicationInterfaceMockRecorder) CacheLock

CacheLock indicates an expected call of CacheLock.

func (*MockApplicationInterfaceMockRecorder) Config

Config indicates an expected call of Config.

func (*MockApplicationInterfaceMockRecorder) CronManager

CronManager indicates an expected call of CronManager.

func (*MockApplicationInterfaceMockRecorder) DB

DB indicates an expected call of DB.

func (*MockApplicationInterfaceMockRecorder) DBManager

DBManager indicates an expected call of DBManager.

func (*MockApplicationInterfaceMockRecorder) Done

Done indicates an expected call of Done.

func (*MockApplicationInterfaceMockRecorder) EventDispatcher

func (mr *MockApplicationInterfaceMockRecorder) EventDispatcher() *gomock.Call

EventDispatcher indicates an expected call of EventDispatcher.

func (*MockApplicationInterfaceMockRecorder) GetPluginByName

func (mr *MockApplicationInterfaceMockRecorder) GetPluginByName(arg0 any) *gomock.Call

GetPluginByName indicates an expected call of GetPluginByName.

func (*MockApplicationInterfaceMockRecorder) GetPlugins

GetPlugins indicates an expected call of GetPlugins.

func (*MockApplicationInterfaceMockRecorder) GetTracer

GetTracer indicates an expected call of GetTracer.

func (*MockApplicationInterfaceMockRecorder) Helmer added in v4.23.14

Helmer indicates an expected call of Helmer.

func (*MockApplicationInterfaceMockRecorder) IsDebug

IsDebug indicates an expected call of IsDebug.

func (*MockApplicationInterfaceMockRecorder) K8sClient

K8sClient indicates an expected call of K8sClient.

func (*MockApplicationInterfaceMockRecorder) LocalUploader

func (mr *MockApplicationInterfaceMockRecorder) LocalUploader() *gomock.Call

LocalUploader indicates an expected call of LocalUploader.

func (*MockApplicationInterfaceMockRecorder) Oidc

Oidc indicates an expected call of Oidc.

func (*MockApplicationInterfaceMockRecorder) RegisterAfterShutdownFunc

func (mr *MockApplicationInterfaceMockRecorder) RegisterAfterShutdownFunc(arg0 any) *gomock.Call

RegisterAfterShutdownFunc indicates an expected call of RegisterAfterShutdownFunc.

func (*MockApplicationInterfaceMockRecorder) RegisterBeforeShutdownFunc

func (mr *MockApplicationInterfaceMockRecorder) RegisterBeforeShutdownFunc(arg0 any) *gomock.Call

RegisterBeforeShutdownFunc indicates an expected call of RegisterBeforeShutdownFunc.

func (*MockApplicationInterfaceMockRecorder) Run

Run indicates an expected call of Run.

func (*MockApplicationInterfaceMockRecorder) SetAuth

SetAuth indicates an expected call of SetAuth.

func (*MockApplicationInterfaceMockRecorder) SetCache

SetCache indicates an expected call of SetCache.

func (*MockApplicationInterfaceMockRecorder) SetCacheLock

func (mr *MockApplicationInterfaceMockRecorder) SetCacheLock(arg0 any) *gomock.Call

SetCacheLock indicates an expected call of SetCacheLock.

func (*MockApplicationInterfaceMockRecorder) SetCronManager

func (mr *MockApplicationInterfaceMockRecorder) SetCronManager(arg0 any) *gomock.Call

SetCronManager indicates an expected call of SetCronManager.

func (*MockApplicationInterfaceMockRecorder) SetEventDispatcher

func (mr *MockApplicationInterfaceMockRecorder) SetEventDispatcher(arg0 any) *gomock.Call

SetEventDispatcher indicates an expected call of SetEventDispatcher.

func (*MockApplicationInterfaceMockRecorder) SetK8sClient

func (mr *MockApplicationInterfaceMockRecorder) SetK8sClient(arg0 any) *gomock.Call

SetK8sClient indicates an expected call of SetK8sClient.

func (*MockApplicationInterfaceMockRecorder) SetLocalUploader

func (mr *MockApplicationInterfaceMockRecorder) SetLocalUploader(arg0 any) *gomock.Call

SetLocalUploader indicates an expected call of SetLocalUploader.

func (*MockApplicationInterfaceMockRecorder) SetOidc

SetOidc indicates an expected call of SetOidc.

func (*MockApplicationInterfaceMockRecorder) SetPlugins

func (mr *MockApplicationInterfaceMockRecorder) SetPlugins(arg0 any) *gomock.Call

SetPlugins indicates an expected call of SetPlugins.

func (*MockApplicationInterfaceMockRecorder) SetTracer

func (mr *MockApplicationInterfaceMockRecorder) SetTracer(arg0 any) *gomock.Call

SetTracer indicates an expected call of SetTracer.

func (*MockApplicationInterfaceMockRecorder) SetUploader

func (mr *MockApplicationInterfaceMockRecorder) SetUploader(arg0 any) *gomock.Call

SetUploader indicates an expected call of SetUploader.

func (*MockApplicationInterfaceMockRecorder) Shutdown

Shutdown indicates an expected call of Shutdown.

func (*MockApplicationInterfaceMockRecorder) Singleflight

func (mr *MockApplicationInterfaceMockRecorder) Singleflight() *gomock.Call

Singleflight indicates an expected call of Singleflight.

func (*MockApplicationInterfaceMockRecorder) Uploader

Uploader indicates an expected call of Uploader.

type MockArchiver

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

MockArchiver is a mock of Archiver interface.

func NewMockArchiver

func NewMockArchiver(ctrl *gomock.Controller) *MockArchiver

NewMockArchiver creates a new mock instance.

func (*MockArchiver) Archive

func (m *MockArchiver) Archive(arg0 []string, arg1 string) error

Archive mocks base method.

func (*MockArchiver) EXPECT

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

func (*MockArchiver) Open

func (m *MockArchiver) Open(arg0 string) (io.ReadCloser, error)

Open mocks base method.

func (*MockArchiver) Remove

func (m *MockArchiver) Remove(arg0 string) error

Remove mocks base method.

type MockArchiverMockRecorder

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

MockArchiverMockRecorder is the mock recorder for MockArchiver.

func (*MockArchiverMockRecorder) Archive

func (mr *MockArchiverMockRecorder) Archive(arg0, arg1 any) *gomock.Call

Archive indicates an expected call of Archive.

func (*MockArchiverMockRecorder) Open

func (mr *MockArchiverMockRecorder) Open(arg0 any) *gomock.Call

Open indicates an expected call of Open.

func (*MockArchiverMockRecorder) Remove

func (mr *MockArchiverMockRecorder) Remove(arg0 any) *gomock.Call

Remove indicates an expected call of Remove.

type MockAuthInterface

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

MockAuthInterface is a mock of AuthInterface interface.

func NewMockAuthInterface

func NewMockAuthInterface(ctrl *gomock.Controller) *MockAuthInterface

NewMockAuthInterface creates a new mock instance.

func (*MockAuthInterface) EXPECT

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

func (*MockAuthInterface) Sign

Sign mocks base method.

func (*MockAuthInterface) VerifyToken

func (m *MockAuthInterface) VerifyToken(arg0 string) (*contracts.JwtClaims, bool)

VerifyToken mocks base method.

type MockAuthInterfaceMockRecorder

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

MockAuthInterfaceMockRecorder is the mock recorder for MockAuthInterface.

func (*MockAuthInterfaceMockRecorder) Sign

func (mr *MockAuthInterfaceMockRecorder) Sign(arg0 any) *gomock.Call

Sign indicates an expected call of Sign.

func (*MockAuthInterfaceMockRecorder) VerifyToken

func (mr *MockAuthInterfaceMockRecorder) VerifyToken(arg0 any) *gomock.Call

VerifyToken indicates an expected call of VerifyToken.

type MockBranchInterface

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

MockBranchInterface is a mock of BranchInterface interface.

func NewMockBranchInterface

func NewMockBranchInterface(ctrl *gomock.Controller) *MockBranchInterface

NewMockBranchInterface creates a new mock instance.

func (*MockBranchInterface) EXPECT

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

func (*MockBranchInterface) GetName

func (m *MockBranchInterface) GetName() string

GetName mocks base method.

func (*MockBranchInterface) GetWebURL

func (m *MockBranchInterface) GetWebURL() string

GetWebURL mocks base method.

func (*MockBranchInterface) IsDefault

func (m *MockBranchInterface) IsDefault() bool

IsDefault mocks base method.

type MockBranchInterfaceMockRecorder

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

MockBranchInterfaceMockRecorder is the mock recorder for MockBranchInterface.

func (*MockBranchInterfaceMockRecorder) GetName

GetName indicates an expected call of GetName.

func (*MockBranchInterfaceMockRecorder) GetWebURL

func (mr *MockBranchInterfaceMockRecorder) GetWebURL() *gomock.Call

GetWebURL indicates an expected call of GetWebURL.

func (*MockBranchInterfaceMockRecorder) IsDefault

func (mr *MockBranchInterfaceMockRecorder) IsDefault() *gomock.Call

IsDefault indicates an expected call of IsDefault.

type MockCacheInterface

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

MockCacheInterface is a mock of CacheInterface interface.

func NewMockCacheInterface

func NewMockCacheInterface(ctrl *gomock.Controller) *MockCacheInterface

NewMockCacheInterface creates a new mock instance.

func (*MockCacheInterface) Clear

Clear mocks base method.

func (*MockCacheInterface) EXPECT

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

func (*MockCacheInterface) Remember

func (m *MockCacheInterface) Remember(arg0 contracts.CacheKeyInterface, arg1 int, arg2 func() ([]byte, error)) ([]byte, error)

Remember mocks base method.

func (*MockCacheInterface) SetWithTTL

func (m *MockCacheInterface) SetWithTTL(arg0 contracts.CacheKeyInterface, arg1 []byte, arg2 int) error

SetWithTTL mocks base method.

func (*MockCacheInterface) Store added in v4.19.7

func (m *MockCacheInterface) Store() contracts.Store

Store mocks base method.

type MockCacheInterfaceMockRecorder

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

MockCacheInterfaceMockRecorder is the mock recorder for MockCacheInterface.

func (*MockCacheInterfaceMockRecorder) Clear

func (mr *MockCacheInterfaceMockRecorder) Clear(arg0 any) *gomock.Call

Clear indicates an expected call of Clear.

func (*MockCacheInterfaceMockRecorder) Remember

func (mr *MockCacheInterfaceMockRecorder) Remember(arg0, arg1, arg2 any) *gomock.Call

Remember indicates an expected call of Remember.

func (*MockCacheInterfaceMockRecorder) SetWithTTL

func (mr *MockCacheInterfaceMockRecorder) SetWithTTL(arg0, arg1, arg2 any) *gomock.Call

SetWithTTL indicates an expected call of SetWithTTL.

func (*MockCacheInterfaceMockRecorder) Store added in v4.19.7

Store indicates an expected call of Store.

type MockCancelSignaler

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

MockCancelSignaler is a mock of CancelSignaler interface.

func NewMockCancelSignaler

func NewMockCancelSignaler(ctrl *gomock.Controller) *MockCancelSignaler

NewMockCancelSignaler creates a new mock instance.

func (*MockCancelSignaler) Add

func (m *MockCancelSignaler) Add(arg0 string, arg1 func(error)) error

Add mocks base method.

func (*MockCancelSignaler) Cancel

func (m *MockCancelSignaler) Cancel(arg0 string)

Cancel mocks base method.

func (*MockCancelSignaler) CancelAll

func (m *MockCancelSignaler) CancelAll()

CancelAll mocks base method.

func (*MockCancelSignaler) EXPECT

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

func (*MockCancelSignaler) Has

func (m *MockCancelSignaler) Has(arg0 string) bool

Has mocks base method.

func (*MockCancelSignaler) Remove

func (m *MockCancelSignaler) Remove(arg0 string)

Remove mocks base method.

type MockCancelSignalerMockRecorder

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

MockCancelSignalerMockRecorder is the mock recorder for MockCancelSignaler.

func (*MockCancelSignalerMockRecorder) Add

func (mr *MockCancelSignalerMockRecorder) Add(arg0, arg1 any) *gomock.Call

Add indicates an expected call of Add.

func (*MockCancelSignalerMockRecorder) Cancel

func (mr *MockCancelSignalerMockRecorder) Cancel(arg0 any) *gomock.Call

Cancel indicates an expected call of Cancel.

func (*MockCancelSignalerMockRecorder) CancelAll

func (mr *MockCancelSignalerMockRecorder) CancelAll() *gomock.Call

CancelAll indicates an expected call of CancelAll.

func (*MockCancelSignalerMockRecorder) Has

Has indicates an expected call of Has.

func (*MockCancelSignalerMockRecorder) Remove

func (mr *MockCancelSignalerMockRecorder) Remove(arg0 any) *gomock.Call

Remove indicates an expected call of Remove.

type MockCommitInterface

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

MockCommitInterface is a mock of CommitInterface interface.

func NewMockCommitInterface

func NewMockCommitInterface(ctrl *gomock.Controller) *MockCommitInterface

NewMockCommitInterface creates a new mock instance.

func (*MockCommitInterface) EXPECT

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

func (*MockCommitInterface) GetAuthorEmail

func (m *MockCommitInterface) GetAuthorEmail() string

GetAuthorEmail mocks base method.

func (*MockCommitInterface) GetAuthorName

func (m *MockCommitInterface) GetAuthorName() string

GetAuthorName mocks base method.

func (*MockCommitInterface) GetCommittedDate

func (m *MockCommitInterface) GetCommittedDate() *time.Time

GetCommittedDate mocks base method.

func (*MockCommitInterface) GetCommitterEmail

func (m *MockCommitInterface) GetCommitterEmail() string

GetCommitterEmail mocks base method.

func (*MockCommitInterface) GetCommitterName

func (m *MockCommitInterface) GetCommitterName() string

GetCommitterName mocks base method.

func (*MockCommitInterface) GetCreatedAt

func (m *MockCommitInterface) GetCreatedAt() *time.Time

GetCreatedAt mocks base method.

func (*MockCommitInterface) GetID

func (m *MockCommitInterface) GetID() string

GetID mocks base method.

func (*MockCommitInterface) GetMessage

func (m *MockCommitInterface) GetMessage() string

GetMessage mocks base method.

func (*MockCommitInterface) GetProjectID

func (m *MockCommitInterface) GetProjectID() int64

GetProjectID mocks base method.

func (*MockCommitInterface) GetShortID

func (m *MockCommitInterface) GetShortID() string

GetShortID mocks base method.

func (*MockCommitInterface) GetTitle

func (m *MockCommitInterface) GetTitle() string

GetTitle mocks base method.

func (*MockCommitInterface) GetWebURL

func (m *MockCommitInterface) GetWebURL() string

GetWebURL mocks base method.

type MockCommitInterfaceMockRecorder

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

MockCommitInterfaceMockRecorder is the mock recorder for MockCommitInterface.

func (*MockCommitInterfaceMockRecorder) GetAuthorEmail

func (mr *MockCommitInterfaceMockRecorder) GetAuthorEmail() *gomock.Call

GetAuthorEmail indicates an expected call of GetAuthorEmail.

func (*MockCommitInterfaceMockRecorder) GetAuthorName

func (mr *MockCommitInterfaceMockRecorder) GetAuthorName() *gomock.Call

GetAuthorName indicates an expected call of GetAuthorName.

func (*MockCommitInterfaceMockRecorder) GetCommittedDate

func (mr *MockCommitInterfaceMockRecorder) GetCommittedDate() *gomock.Call

GetCommittedDate indicates an expected call of GetCommittedDate.

func (*MockCommitInterfaceMockRecorder) GetCommitterEmail

func (mr *MockCommitInterfaceMockRecorder) GetCommitterEmail() *gomock.Call

GetCommitterEmail indicates an expected call of GetCommitterEmail.

func (*MockCommitInterfaceMockRecorder) GetCommitterName

func (mr *MockCommitInterfaceMockRecorder) GetCommitterName() *gomock.Call

GetCommitterName indicates an expected call of GetCommitterName.

func (*MockCommitInterfaceMockRecorder) GetCreatedAt

func (mr *MockCommitInterfaceMockRecorder) GetCreatedAt() *gomock.Call

GetCreatedAt indicates an expected call of GetCreatedAt.

func (*MockCommitInterfaceMockRecorder) GetID

GetID indicates an expected call of GetID.

func (*MockCommitInterfaceMockRecorder) GetMessage

func (mr *MockCommitInterfaceMockRecorder) GetMessage() *gomock.Call

GetMessage indicates an expected call of GetMessage.

func (*MockCommitInterfaceMockRecorder) GetProjectID

func (mr *MockCommitInterfaceMockRecorder) GetProjectID() *gomock.Call

GetProjectID indicates an expected call of GetProjectID.

func (*MockCommitInterfaceMockRecorder) GetShortID

func (mr *MockCommitInterfaceMockRecorder) GetShortID() *gomock.Call

GetShortID indicates an expected call of GetShortID.

func (*MockCommitInterfaceMockRecorder) GetTitle

GetTitle indicates an expected call of GetTitle.

func (*MockCommitInterfaceMockRecorder) GetWebURL

func (mr *MockCommitInterfaceMockRecorder) GetWebURL() *gomock.Call

GetWebURL indicates an expected call of GetWebURL.

type MockCronRunner

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

MockCronRunner is a mock of CronRunner interface.

func NewMockCronRunner

func NewMockCronRunner(ctrl *gomock.Controller) *MockCronRunner

NewMockCronRunner creates a new mock instance.

func (*MockCronRunner) AddCommand

func (m *MockCronRunner) AddCommand(arg0, arg1 string, arg2 func()) error

AddCommand mocks base method.

func (*MockCronRunner) EXPECT

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

func (*MockCronRunner) Run

func (m *MockCronRunner) Run(arg0 context.Context) error

Run mocks base method.

func (*MockCronRunner) Shutdown

func (m *MockCronRunner) Shutdown(arg0 context.Context) error

Shutdown mocks base method.

type MockCronRunnerMockRecorder

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

MockCronRunnerMockRecorder is the mock recorder for MockCronRunner.

func (*MockCronRunnerMockRecorder) AddCommand

func (mr *MockCronRunnerMockRecorder) AddCommand(arg0, arg1, arg2 any) *gomock.Call

AddCommand indicates an expected call of AddCommand.

func (*MockCronRunnerMockRecorder) Run

func (mr *MockCronRunnerMockRecorder) Run(arg0 any) *gomock.Call

Run indicates an expected call of Run.

func (*MockCronRunnerMockRecorder) Shutdown

func (mr *MockCronRunnerMockRecorder) Shutdown(arg0 any) *gomock.Call

Shutdown indicates an expected call of Shutdown.

type MockDBManager

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

MockDBManager is a mock of DBManager interface.

func NewMockDBManager

func NewMockDBManager(ctrl *gomock.Controller) *MockDBManager

NewMockDBManager creates a new mock instance.

func (*MockDBManager) AutoMigrate

func (m *MockDBManager) AutoMigrate(arg0 ...any) error

AutoMigrate mocks base method.

func (*MockDBManager) DB

func (m *MockDBManager) DB() *gorm.DB

DB mocks base method.

func (*MockDBManager) EXPECT

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

func (*MockDBManager) SetDB

func (m *MockDBManager) SetDB(arg0 *gorm.DB)

SetDB mocks base method.

type MockDBManagerMockRecorder

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

MockDBManagerMockRecorder is the mock recorder for MockDBManager.

func (*MockDBManagerMockRecorder) AutoMigrate

func (mr *MockDBManagerMockRecorder) AutoMigrate(arg0 ...any) *gomock.Call

AutoMigrate indicates an expected call of AutoMigrate.

func (*MockDBManagerMockRecorder) DB

DB indicates an expected call of DB.

func (*MockDBManagerMockRecorder) SetDB

func (mr *MockDBManagerMockRecorder) SetDB(arg0 any) *gomock.Call

SetDB indicates an expected call of SetDB.

type MockDeployMsger

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

MockDeployMsger is a mock of DeployMsger interface.

func NewMockDeployMsger

func NewMockDeployMsger(ctrl *gomock.Controller) *MockDeployMsger

NewMockDeployMsger creates a new mock instance.

func (*MockDeployMsger) EXPECT

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

func (*MockDeployMsger) SendDeployedResult

func (m *MockDeployMsger) SendDeployedResult(arg0 websocket.ResultType, arg1 string, arg2 *types.ProjectModel)

SendDeployedResult mocks base method.

func (*MockDeployMsger) SendEndError

func (m *MockDeployMsger) SendEndError(arg0 error)

SendEndError mocks base method.

func (*MockDeployMsger) SendError

func (m *MockDeployMsger) SendError(arg0 error)

SendError mocks base method.

func (*MockDeployMsger) SendMsg

func (m *MockDeployMsger) SendMsg(arg0 string)

SendMsg mocks base method.

func (*MockDeployMsger) SendMsgWithContainerLog

func (m *MockDeployMsger) SendMsgWithContainerLog(arg0 string, arg1 []*types.Container)

SendMsgWithContainerLog mocks base method.

func (*MockDeployMsger) SendProcessPercent

func (m *MockDeployMsger) SendProcessPercent(arg0 int64)

SendProcessPercent mocks base method.

func (*MockDeployMsger) SendProtoMsg

func (m *MockDeployMsger) SendProtoMsg(arg0 contracts.WebsocketMessage)

SendProtoMsg mocks base method.

type MockDeployMsgerMockRecorder

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

MockDeployMsgerMockRecorder is the mock recorder for MockDeployMsger.

func (*MockDeployMsgerMockRecorder) SendDeployedResult

func (mr *MockDeployMsgerMockRecorder) SendDeployedResult(arg0, arg1, arg2 any) *gomock.Call

SendDeployedResult indicates an expected call of SendDeployedResult.

func (*MockDeployMsgerMockRecorder) SendEndError

func (mr *MockDeployMsgerMockRecorder) SendEndError(arg0 any) *gomock.Call

SendEndError indicates an expected call of SendEndError.

func (*MockDeployMsgerMockRecorder) SendError

func (mr *MockDeployMsgerMockRecorder) SendError(arg0 any) *gomock.Call

SendError indicates an expected call of SendError.

func (*MockDeployMsgerMockRecorder) SendMsg

func (mr *MockDeployMsgerMockRecorder) SendMsg(arg0 any) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockDeployMsgerMockRecorder) SendMsgWithContainerLog

func (mr *MockDeployMsgerMockRecorder) SendMsgWithContainerLog(arg0, arg1 any) *gomock.Call

SendMsgWithContainerLog indicates an expected call of SendMsgWithContainerLog.

func (*MockDeployMsgerMockRecorder) SendProcessPercent

func (mr *MockDeployMsgerMockRecorder) SendProcessPercent(arg0 any) *gomock.Call

SendProcessPercent indicates an expected call of SendProcessPercent.

func (*MockDeployMsgerMockRecorder) SendProtoMsg

func (mr *MockDeployMsgerMockRecorder) SendProtoMsg(arg0 any) *gomock.Call

SendProtoMsg indicates an expected call of SendProtoMsg.

type MockDispatcherInterface

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

MockDispatcherInterface is a mock of DispatcherInterface interface.

func NewMockDispatcherInterface

func NewMockDispatcherInterface(ctrl *gomock.Controller) *MockDispatcherInterface

NewMockDispatcherInterface creates a new mock instance.

func (*MockDispatcherInterface) Dispatch

func (m *MockDispatcherInterface) Dispatch(arg0 contracts.Event, arg1 any) error

Dispatch mocks base method.

func (*MockDispatcherInterface) EXPECT

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

func (*MockDispatcherInterface) Forget

func (m *MockDispatcherInterface) Forget(arg0 contracts.Event)

Forget mocks base method.

func (*MockDispatcherInterface) GetListeners

func (m *MockDispatcherInterface) GetListeners(arg0 contracts.Event) []contracts.Listener

GetListeners mocks base method.

func (*MockDispatcherInterface) HasListeners

func (m *MockDispatcherInterface) HasListeners(arg0 contracts.Event) bool

HasListeners mocks base method.

func (*MockDispatcherInterface) Listen

Listen mocks base method.

type MockDispatcherInterfaceMockRecorder

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

MockDispatcherInterfaceMockRecorder is the mock recorder for MockDispatcherInterface.

func (*MockDispatcherInterfaceMockRecorder) Dispatch

func (mr *MockDispatcherInterfaceMockRecorder) Dispatch(arg0, arg1 any) *gomock.Call

Dispatch indicates an expected call of Dispatch.

func (*MockDispatcherInterfaceMockRecorder) Forget

Forget indicates an expected call of Forget.

func (*MockDispatcherInterfaceMockRecorder) GetListeners

func (mr *MockDispatcherInterfaceMockRecorder) GetListeners(arg0 any) *gomock.Call

GetListeners indicates an expected call of GetListeners.

func (*MockDispatcherInterfaceMockRecorder) HasListeners

func (mr *MockDispatcherInterfaceMockRecorder) HasListeners(arg0 any) *gomock.Call

HasListeners indicates an expected call of HasListeners.

func (*MockDispatcherInterfaceMockRecorder) Listen

func (mr *MockDispatcherInterfaceMockRecorder) Listen(arg0, arg1 any) *gomock.Call

Listen indicates an expected call of Listen.

type MockDomainManager

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

MockDomainManager is a mock of DomainManager interface.

func NewMockDomainManager

func NewMockDomainManager(ctrl *gomock.Controller) *MockDomainManager

NewMockDomainManager creates a new mock instance.

func (*MockDomainManager) Destroy

func (m *MockDomainManager) Destroy() error

Destroy mocks base method.

func (*MockDomainManager) EXPECT

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

func (*MockDomainManager) GetCertSecretName

func (m *MockDomainManager) GetCertSecretName(arg0 string, arg1 int) string

GetCertSecretName mocks base method.

func (*MockDomainManager) GetCerts

func (m *MockDomainManager) GetCerts() (string, string, string)

GetCerts mocks base method.

func (*MockDomainManager) GetClusterIssuer

func (m *MockDomainManager) GetClusterIssuer() string

GetClusterIssuer mocks base method.

func (*MockDomainManager) GetDomain

func (m *MockDomainManager) GetDomain(arg0, arg1 string, arg2 int) string

GetDomain mocks base method.

func (*MockDomainManager) GetDomainByIndex

func (m *MockDomainManager) GetDomainByIndex(arg0, arg1 string, arg2, arg3 int) string

GetDomainByIndex mocks base method.

func (*MockDomainManager) Initialize

func (m *MockDomainManager) Initialize(arg0 map[string]any) error

Initialize mocks base method.

func (*MockDomainManager) Name

func (m *MockDomainManager) Name() string

Name mocks base method.

type MockDomainManagerMockRecorder

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

MockDomainManagerMockRecorder is the mock recorder for MockDomainManager.

func (*MockDomainManagerMockRecorder) Destroy

func (mr *MockDomainManagerMockRecorder) Destroy() *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockDomainManagerMockRecorder) GetCertSecretName

func (mr *MockDomainManagerMockRecorder) GetCertSecretName(arg0, arg1 any) *gomock.Call

GetCertSecretName indicates an expected call of GetCertSecretName.

func (*MockDomainManagerMockRecorder) GetCerts

func (mr *MockDomainManagerMockRecorder) GetCerts() *gomock.Call

GetCerts indicates an expected call of GetCerts.

func (*MockDomainManagerMockRecorder) GetClusterIssuer

func (mr *MockDomainManagerMockRecorder) GetClusterIssuer() *gomock.Call

GetClusterIssuer indicates an expected call of GetClusterIssuer.

func (*MockDomainManagerMockRecorder) GetDomain

func (mr *MockDomainManagerMockRecorder) GetDomain(arg0, arg1, arg2 any) *gomock.Call

GetDomain indicates an expected call of GetDomain.

func (*MockDomainManagerMockRecorder) GetDomainByIndex

func (mr *MockDomainManagerMockRecorder) GetDomainByIndex(arg0, arg1, arg2, arg3 any) *gomock.Call

GetDomainByIndex indicates an expected call of GetDomainByIndex.

func (*MockDomainManagerMockRecorder) Initialize

func (mr *MockDomainManagerMockRecorder) Initialize(arg0 any) *gomock.Call

Initialize indicates an expected call of Initialize.

func (*MockDomainManagerMockRecorder) Name

Name indicates an expected call of Name.

type MockFile

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

MockFile is a mock of File interface.

func NewMockFile

func NewMockFile(ctrl *gomock.Controller) *MockFile

NewMockFile creates a new mock instance.

func (*MockFile) Close

func (m *MockFile) Close() error

Close mocks base method.

func (*MockFile) EXPECT

func (m *MockFile) EXPECT() *MockFileMockRecorder

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

func (*MockFile) Name

func (m *MockFile) Name() string

Name mocks base method.

func (*MockFile) Read

func (m *MockFile) Read(arg0 []byte) (int, error)

Read mocks base method.

func (*MockFile) Seek

func (m *MockFile) Seek(arg0 int64, arg1 int) (int64, error)

Seek mocks base method.

func (*MockFile) Stat

func (m *MockFile) Stat() (fs.FileInfo, error)

Stat mocks base method.

func (*MockFile) Write

func (m *MockFile) Write(arg0 []byte) (int, error)

Write mocks base method.

func (*MockFile) WriteString

func (m *MockFile) WriteString(arg0 string) (int, error)

WriteString mocks base method.

type MockFileInfo

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

MockFileInfo is a mock of FileInfo interface.

func NewMockFileInfo

func NewMockFileInfo(ctrl *gomock.Controller) *MockFileInfo

NewMockFileInfo creates a new mock instance.

func (*MockFileInfo) EXPECT

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

func (*MockFileInfo) LastModified

func (m *MockFileInfo) LastModified() time.Time

LastModified mocks base method.

func (*MockFileInfo) Path

func (m *MockFileInfo) Path() string

Path mocks base method.

func (*MockFileInfo) Size

func (m *MockFileInfo) Size() uint64

Size mocks base method.

type MockFileInfoMockRecorder

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

MockFileInfoMockRecorder is the mock recorder for MockFileInfo.

func (*MockFileInfoMockRecorder) LastModified

func (mr *MockFileInfoMockRecorder) LastModified() *gomock.Call

LastModified indicates an expected call of LastModified.

func (*MockFileInfoMockRecorder) Path

func (mr *MockFileInfoMockRecorder) Path() *gomock.Call

Path indicates an expected call of Path.

func (*MockFileInfoMockRecorder) Size

func (mr *MockFileInfoMockRecorder) Size() *gomock.Call

Size indicates an expected call of Size.

type MockFileMockRecorder

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

MockFileMockRecorder is the mock recorder for MockFile.

func (*MockFileMockRecorder) Close

func (mr *MockFileMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockFileMockRecorder) Name

func (mr *MockFileMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

func (*MockFileMockRecorder) Read

func (mr *MockFileMockRecorder) Read(arg0 any) *gomock.Call

Read indicates an expected call of Read.

func (*MockFileMockRecorder) Seek

func (mr *MockFileMockRecorder) Seek(arg0, arg1 any) *gomock.Call

Seek indicates an expected call of Seek.

func (*MockFileMockRecorder) Stat

func (mr *MockFileMockRecorder) Stat() *gomock.Call

Stat indicates an expected call of Stat.

func (*MockFileMockRecorder) Write

func (mr *MockFileMockRecorder) Write(arg0 any) *gomock.Call

Write indicates an expected call of Write.

func (*MockFileMockRecorder) WriteString

func (mr *MockFileMockRecorder) WriteString(arg0 any) *gomock.Call

WriteString indicates an expected call of WriteString.

type MockGitServer

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

MockGitServer is a mock of GitServer interface.

func NewMockGitServer

func NewMockGitServer(ctrl *gomock.Controller) *MockGitServer

NewMockGitServer creates a new mock instance.

func (*MockGitServer) AllBranches

func (m *MockGitServer) AllBranches(arg0 string) ([]contracts.BranchInterface, error)

AllBranches mocks base method.

func (*MockGitServer) AllProjects

func (m *MockGitServer) AllProjects() ([]contracts.ProjectInterface, error)

AllProjects mocks base method.

func (*MockGitServer) Destroy

func (m *MockGitServer) Destroy() error

Destroy mocks base method.

func (*MockGitServer) EXPECT

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

func (*MockGitServer) GetCommit

func (m *MockGitServer) GetCommit(arg0, arg1 string) (contracts.CommitInterface, error)

GetCommit mocks base method.

func (*MockGitServer) GetCommitPipeline

func (m *MockGitServer) GetCommitPipeline(arg0, arg1, arg2 string) (contracts.PipelineInterface, error)

GetCommitPipeline mocks base method.

func (*MockGitServer) GetDirectoryFilesWithBranch

func (m *MockGitServer) GetDirectoryFilesWithBranch(arg0, arg1, arg2 string, arg3 bool) ([]string, error)

GetDirectoryFilesWithBranch mocks base method.

func (*MockGitServer) GetDirectoryFilesWithSha

func (m *MockGitServer) GetDirectoryFilesWithSha(arg0, arg1, arg2 string, arg3 bool) ([]string, error)

GetDirectoryFilesWithSha mocks base method.

func (*MockGitServer) GetFileContentWithBranch

func (m *MockGitServer) GetFileContentWithBranch(arg0, arg1, arg2 string) (string, error)

GetFileContentWithBranch mocks base method.

func (*MockGitServer) GetFileContentWithSha

func (m *MockGitServer) GetFileContentWithSha(arg0, arg1, arg2 string) (string, error)

GetFileContentWithSha mocks base method.

func (*MockGitServer) GetProject

func (m *MockGitServer) GetProject(arg0 string) (contracts.ProjectInterface, error)

GetProject mocks base method.

func (*MockGitServer) Initialize

func (m *MockGitServer) Initialize(arg0 map[string]any) error

Initialize mocks base method.

func (*MockGitServer) ListBranches

func (m *MockGitServer) ListBranches(arg0 string, arg1, arg2 int) (contracts.ListBranchResponseInterface, error)

ListBranches mocks base method.

func (*MockGitServer) ListCommits

func (m *MockGitServer) ListCommits(arg0, arg1 string) ([]contracts.CommitInterface, error)

ListCommits mocks base method.

func (*MockGitServer) ListProjects

func (m *MockGitServer) ListProjects(arg0, arg1 int) (contracts.ListProjectResponseInterface, error)

ListProjects mocks base method.

func (*MockGitServer) Name

func (m *MockGitServer) Name() string

Name mocks base method.

type MockGitServerMockRecorder

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

MockGitServerMockRecorder is the mock recorder for MockGitServer.

func (*MockGitServerMockRecorder) AllBranches

func (mr *MockGitServerMockRecorder) AllBranches(arg0 any) *gomock.Call

AllBranches indicates an expected call of AllBranches.

func (*MockGitServerMockRecorder) AllProjects

func (mr *MockGitServerMockRecorder) AllProjects() *gomock.Call

AllProjects indicates an expected call of AllProjects.

func (*MockGitServerMockRecorder) Destroy

func (mr *MockGitServerMockRecorder) Destroy() *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockGitServerMockRecorder) GetCommit

func (mr *MockGitServerMockRecorder) GetCommit(arg0, arg1 any) *gomock.Call

GetCommit indicates an expected call of GetCommit.

func (*MockGitServerMockRecorder) GetCommitPipeline

func (mr *MockGitServerMockRecorder) GetCommitPipeline(arg0, arg1, arg2 any) *gomock.Call

GetCommitPipeline indicates an expected call of GetCommitPipeline.

func (*MockGitServerMockRecorder) GetDirectoryFilesWithBranch

func (mr *MockGitServerMockRecorder) GetDirectoryFilesWithBranch(arg0, arg1, arg2, arg3 any) *gomock.Call

GetDirectoryFilesWithBranch indicates an expected call of GetDirectoryFilesWithBranch.

func (*MockGitServerMockRecorder) GetDirectoryFilesWithSha

func (mr *MockGitServerMockRecorder) GetDirectoryFilesWithSha(arg0, arg1, arg2, arg3 any) *gomock.Call

GetDirectoryFilesWithSha indicates an expected call of GetDirectoryFilesWithSha.

func (*MockGitServerMockRecorder) GetFileContentWithBranch

func (mr *MockGitServerMockRecorder) GetFileContentWithBranch(arg0, arg1, arg2 any) *gomock.Call

GetFileContentWithBranch indicates an expected call of GetFileContentWithBranch.

func (*MockGitServerMockRecorder) GetFileContentWithSha

func (mr *MockGitServerMockRecorder) GetFileContentWithSha(arg0, arg1, arg2 any) *gomock.Call

GetFileContentWithSha indicates an expected call of GetFileContentWithSha.

func (*MockGitServerMockRecorder) GetProject

func (mr *MockGitServerMockRecorder) GetProject(arg0 any) *gomock.Call

GetProject indicates an expected call of GetProject.

func (*MockGitServerMockRecorder) Initialize

func (mr *MockGitServerMockRecorder) Initialize(arg0 any) *gomock.Call

Initialize indicates an expected call of Initialize.

func (*MockGitServerMockRecorder) ListBranches

func (mr *MockGitServerMockRecorder) ListBranches(arg0, arg1, arg2 any) *gomock.Call

ListBranches indicates an expected call of ListBranches.

func (*MockGitServerMockRecorder) ListCommits

func (mr *MockGitServerMockRecorder) ListCommits(arg0, arg1 any) *gomock.Call

ListCommits indicates an expected call of ListCommits.

func (*MockGitServerMockRecorder) ListProjects

func (mr *MockGitServerMockRecorder) ListProjects(arg0, arg1 any) *gomock.Call

ListProjects indicates an expected call of ListProjects.

func (*MockGitServerMockRecorder) Name

Name indicates an expected call of Name.

type MockHelmer

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

MockHelmer is a mock of Helmer interface.

func NewMockHelmer

func NewMockHelmer(ctrl *gomock.Controller) *MockHelmer

NewMockHelmer creates a new mock instance.

func (*MockHelmer) EXPECT

func (m *MockHelmer) EXPECT() *MockHelmerMockRecorder

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

func (*MockHelmer) PackageChart

func (m *MockHelmer) PackageChart(arg0, arg1 string) (string, error)

PackageChart mocks base method.

func (*MockHelmer) ReleaseStatus

func (m *MockHelmer) ReleaseStatus(arg0, arg1 string) types.Deploy

ReleaseStatus mocks base method.

func (*MockHelmer) Rollback

func (m *MockHelmer) Rollback(arg0, arg1 string, arg2 bool, arg3 contracts.LogFn, arg4 bool) error

Rollback mocks base method.

func (*MockHelmer) Uninstall

func (m *MockHelmer) Uninstall(arg0, arg1 string, arg2 contracts.LogFn) error

Uninstall mocks base method.

func (*MockHelmer) UpgradeOrInstall

func (m *MockHelmer) UpgradeOrInstall(arg0 context.Context, arg1, arg2 string, arg3 *chart.Chart, arg4 *values.Options, arg5 contracts.WrapLogFn, arg6 bool, arg7 int64, arg8 bool, arg9 string) (*release.Release, error)

UpgradeOrInstall mocks base method.

type MockHelmerMockRecorder

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

MockHelmerMockRecorder is the mock recorder for MockHelmer.

func (*MockHelmerMockRecorder) PackageChart

func (mr *MockHelmerMockRecorder) PackageChart(arg0, arg1 any) *gomock.Call

PackageChart indicates an expected call of PackageChart.

func (*MockHelmerMockRecorder) ReleaseStatus

func (mr *MockHelmerMockRecorder) ReleaseStatus(arg0, arg1 any) *gomock.Call

ReleaseStatus indicates an expected call of ReleaseStatus.

func (*MockHelmerMockRecorder) Rollback

func (mr *MockHelmerMockRecorder) Rollback(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

Rollback indicates an expected call of Rollback.

func (*MockHelmerMockRecorder) Uninstall

func (mr *MockHelmerMockRecorder) Uninstall(arg0, arg1, arg2 any) *gomock.Call

Uninstall indicates an expected call of Uninstall.

func (*MockHelmerMockRecorder) UpgradeOrInstall

func (mr *MockHelmerMockRecorder) UpgradeOrInstall(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 any) *gomock.Call

UpgradeOrInstall indicates an expected call of UpgradeOrInstall.

type MockJob

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

MockJob is a mock of Job interface.

func NewMockJob

func NewMockJob(ctrl *gomock.Controller) *MockJob

NewMockJob creates a new mock instance.

func (*MockJob) EXPECT

func (m *MockJob) EXPECT() *MockJobMockRecorder

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

func (*MockJob) Error

func (m *MockJob) Error() error

Error mocks base method.

func (*MockJob) Finish

func (m *MockJob) Finish() contracts.Job

Finish mocks base method.

func (*MockJob) GlobalLock

func (m *MockJob) GlobalLock() contracts.Job

GlobalLock mocks base method.

func (*MockJob) ID

func (m *MockJob) ID() string

ID mocks base method.

func (*MockJob) IsNotDryRun

func (m *MockJob) IsNotDryRun() bool

IsNotDryRun mocks base method.

func (*MockJob) LoadConfigs

func (m *MockJob) LoadConfigs() contracts.Job

LoadConfigs mocks base method.

func (*MockJob) Manifests

func (m *MockJob) Manifests() []string

Manifests mocks base method.

func (*MockJob) OnError

func (m *MockJob) OnError(arg0 int, arg1 func(error, func())) contracts.Job

OnError mocks base method.

func (*MockJob) OnFinally

func (m *MockJob) OnFinally(arg0 int, arg1 func(error, func())) contracts.Job

OnFinally mocks base method.

func (*MockJob) OnSuccess

func (m *MockJob) OnSuccess(arg0 int, arg1 func(error, func())) contracts.Job

OnSuccess mocks base method.

func (*MockJob) Run

func (m *MockJob) Run() contracts.Job

Run mocks base method.

func (*MockJob) Stop

func (m *MockJob) Stop(arg0 error)

Stop mocks base method.

func (*MockJob) Validate

func (m *MockJob) Validate() contracts.Job

Validate mocks base method.

type MockJobMockRecorder

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

MockJobMockRecorder is the mock recorder for MockJob.

func (*MockJobMockRecorder) Error

func (mr *MockJobMockRecorder) Error() *gomock.Call

Error indicates an expected call of Error.

func (*MockJobMockRecorder) Finish

func (mr *MockJobMockRecorder) Finish() *gomock.Call

Finish indicates an expected call of Finish.

func (*MockJobMockRecorder) GlobalLock

func (mr *MockJobMockRecorder) GlobalLock() *gomock.Call

GlobalLock indicates an expected call of GlobalLock.

func (*MockJobMockRecorder) ID

func (mr *MockJobMockRecorder) ID() *gomock.Call

ID indicates an expected call of ID.

func (*MockJobMockRecorder) IsNotDryRun

func (mr *MockJobMockRecorder) IsNotDryRun() *gomock.Call

IsNotDryRun indicates an expected call of IsNotDryRun.

func (*MockJobMockRecorder) LoadConfigs

func (mr *MockJobMockRecorder) LoadConfigs() *gomock.Call

LoadConfigs indicates an expected call of LoadConfigs.

func (*MockJobMockRecorder) Manifests

func (mr *MockJobMockRecorder) Manifests() *gomock.Call

Manifests indicates an expected call of Manifests.

func (*MockJobMockRecorder) OnError

func (mr *MockJobMockRecorder) OnError(arg0, arg1 any) *gomock.Call

OnError indicates an expected call of OnError.

func (*MockJobMockRecorder) OnFinally

func (mr *MockJobMockRecorder) OnFinally(arg0, arg1 any) *gomock.Call

OnFinally indicates an expected call of OnFinally.

func (*MockJobMockRecorder) OnSuccess

func (mr *MockJobMockRecorder) OnSuccess(arg0, arg1 any) *gomock.Call

OnSuccess indicates an expected call of OnSuccess.

func (*MockJobMockRecorder) Run

func (mr *MockJobMockRecorder) Run() *gomock.Call

Run indicates an expected call of Run.

func (*MockJobMockRecorder) Stop

func (mr *MockJobMockRecorder) Stop(arg0 any) *gomock.Call

Stop indicates an expected call of Stop.

func (*MockJobMockRecorder) Validate

func (mr *MockJobMockRecorder) Validate() *gomock.Call

Validate indicates an expected call of Validate.

type MockLocker

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

MockLocker is a mock of Locker interface.

func NewMockLocker

func NewMockLocker(ctrl *gomock.Controller) *MockLocker

NewMockLocker creates a new mock instance.

func (*MockLocker) Acquire

func (m *MockLocker) Acquire(arg0 string, arg1 int64) bool

Acquire mocks base method.

func (*MockLocker) EXPECT

func (m *MockLocker) EXPECT() *MockLockerMockRecorder

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

func (*MockLocker) ForceRelease

func (m *MockLocker) ForceRelease(arg0 string) bool

ForceRelease mocks base method.

func (*MockLocker) ID

func (m *MockLocker) ID() string

ID mocks base method.

func (*MockLocker) Owner

func (m *MockLocker) Owner(arg0 string) string

Owner mocks base method.

func (*MockLocker) Release

func (m *MockLocker) Release(arg0 string) bool

Release mocks base method.

func (*MockLocker) RenewalAcquire

func (m *MockLocker) RenewalAcquire(arg0 string, arg1, arg2 int64) (func(), bool)

RenewalAcquire mocks base method.

func (*MockLocker) Type

func (m *MockLocker) Type() string

Type mocks base method.

type MockLockerMockRecorder

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

MockLockerMockRecorder is the mock recorder for MockLocker.

func (*MockLockerMockRecorder) Acquire

func (mr *MockLockerMockRecorder) Acquire(arg0, arg1 any) *gomock.Call

Acquire indicates an expected call of Acquire.

func (*MockLockerMockRecorder) ForceRelease

func (mr *MockLockerMockRecorder) ForceRelease(arg0 any) *gomock.Call

ForceRelease indicates an expected call of ForceRelease.

func (*MockLockerMockRecorder) ID

ID indicates an expected call of ID.

func (*MockLockerMockRecorder) Owner

func (mr *MockLockerMockRecorder) Owner(arg0 any) *gomock.Call

Owner indicates an expected call of Owner.

func (*MockLockerMockRecorder) Release

func (mr *MockLockerMockRecorder) Release(arg0 any) *gomock.Call

Release indicates an expected call of Release.

func (*MockLockerMockRecorder) RenewalAcquire

func (mr *MockLockerMockRecorder) RenewalAcquire(arg0, arg1, arg2 any) *gomock.Call

RenewalAcquire indicates an expected call of RenewalAcquire.

func (*MockLockerMockRecorder) Type

func (mr *MockLockerMockRecorder) Type() *gomock.Call

Type indicates an expected call of Type.

type MockLoggerInterface

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

MockLoggerInterface is a mock of LoggerInterface interface.

func NewMockLoggerInterface

func NewMockLoggerInterface(ctrl *gomock.Controller) *MockLoggerInterface

NewMockLoggerInterface creates a new mock instance.

func (*MockLoggerInterface) Debug

func (m *MockLoggerInterface) Debug(arg0 ...any)

Debug mocks base method.

func (*MockLoggerInterface) Debugf

func (m *MockLoggerInterface) Debugf(arg0 string, arg1 ...any)

Debugf mocks base method.

func (*MockLoggerInterface) EXPECT

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

func (*MockLoggerInterface) Error

func (m *MockLoggerInterface) Error(arg0 ...any)

Error mocks base method.

func (*MockLoggerInterface) Errorf

func (m *MockLoggerInterface) Errorf(arg0 string, arg1 ...any)

Errorf mocks base method.

func (*MockLoggerInterface) Fatal

func (m *MockLoggerInterface) Fatal(arg0 ...any)

Fatal mocks base method.

func (*MockLoggerInterface) Fatalf

func (m *MockLoggerInterface) Fatalf(arg0 string, arg1 ...any)

Fatalf mocks base method.

func (*MockLoggerInterface) Info

func (m *MockLoggerInterface) Info(arg0 ...any)

Info mocks base method.

func (*MockLoggerInterface) Infof

func (m *MockLoggerInterface) Infof(arg0 string, arg1 ...any)

Infof mocks base method.

func (*MockLoggerInterface) Warning

func (m *MockLoggerInterface) Warning(arg0 ...any)

Warning mocks base method.

func (*MockLoggerInterface) Warningf

func (m *MockLoggerInterface) Warningf(arg0 string, arg1 ...any)

Warningf mocks base method.

type MockLoggerInterfaceMockRecorder

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

MockLoggerInterfaceMockRecorder is the mock recorder for MockLoggerInterface.

func (*MockLoggerInterfaceMockRecorder) Debug

func (mr *MockLoggerInterfaceMockRecorder) Debug(arg0 ...any) *gomock.Call

Debug indicates an expected call of Debug.

func (*MockLoggerInterfaceMockRecorder) Debugf

func (mr *MockLoggerInterfaceMockRecorder) Debugf(arg0 any, arg1 ...any) *gomock.Call

Debugf indicates an expected call of Debugf.

func (*MockLoggerInterfaceMockRecorder) Error

func (mr *MockLoggerInterfaceMockRecorder) Error(arg0 ...any) *gomock.Call

Error indicates an expected call of Error.

func (*MockLoggerInterfaceMockRecorder) Errorf

func (mr *MockLoggerInterfaceMockRecorder) Errorf(arg0 any, arg1 ...any) *gomock.Call

Errorf indicates an expected call of Errorf.

func (*MockLoggerInterfaceMockRecorder) Fatal

func (mr *MockLoggerInterfaceMockRecorder) Fatal(arg0 ...any) *gomock.Call

Fatal indicates an expected call of Fatal.

func (*MockLoggerInterfaceMockRecorder) Fatalf

func (mr *MockLoggerInterfaceMockRecorder) Fatalf(arg0 any, arg1 ...any) *gomock.Call

Fatalf indicates an expected call of Fatalf.

func (*MockLoggerInterfaceMockRecorder) Info

func (mr *MockLoggerInterfaceMockRecorder) Info(arg0 ...any) *gomock.Call

Info indicates an expected call of Info.

func (*MockLoggerInterfaceMockRecorder) Infof

func (mr *MockLoggerInterfaceMockRecorder) Infof(arg0 any, arg1 ...any) *gomock.Call

Infof indicates an expected call of Infof.

func (*MockLoggerInterfaceMockRecorder) Warning

func (mr *MockLoggerInterfaceMockRecorder) Warning(arg0 ...any) *gomock.Call

Warning indicates an expected call of Warning.

func (*MockLoggerInterfaceMockRecorder) Warningf

func (mr *MockLoggerInterfaceMockRecorder) Warningf(arg0 any, arg1 ...any) *gomock.Call

Warningf indicates an expected call of Warningf.

type MockPictureInterface

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

MockPictureInterface is a mock of PictureInterface interface.

func NewMockPictureInterface

func NewMockPictureInterface(ctrl *gomock.Controller) *MockPictureInterface

NewMockPictureInterface creates a new mock instance.

func (*MockPictureInterface) Destroy

func (m *MockPictureInterface) Destroy() error

Destroy mocks base method.

func (*MockPictureInterface) EXPECT

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

func (*MockPictureInterface) Get

Get mocks base method.

func (*MockPictureInterface) Initialize

func (m *MockPictureInterface) Initialize(arg0 map[string]any) error

Initialize mocks base method.

func (*MockPictureInterface) Name

func (m *MockPictureInterface) Name() string

Name mocks base method.

type MockPictureInterfaceMockRecorder

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

MockPictureInterfaceMockRecorder is the mock recorder for MockPictureInterface.

func (*MockPictureInterfaceMockRecorder) Destroy

Destroy indicates an expected call of Destroy.

func (*MockPictureInterfaceMockRecorder) Get

func (mr *MockPictureInterfaceMockRecorder) Get(arg0, arg1 any) *gomock.Call

Get indicates an expected call of Get.

func (*MockPictureInterfaceMockRecorder) Initialize

func (mr *MockPictureInterfaceMockRecorder) Initialize(arg0 any) *gomock.Call

Initialize indicates an expected call of Initialize.

func (*MockPictureInterfaceMockRecorder) Name

Name indicates an expected call of Name.

type MockPipelineInterface

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

MockPipelineInterface is a mock of PipelineInterface interface.

func NewMockPipelineInterface

func NewMockPipelineInterface(ctrl *gomock.Controller) *MockPipelineInterface

NewMockPipelineInterface creates a new mock instance.

func (*MockPipelineInterface) EXPECT

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

func (*MockPipelineInterface) GetCreatedAt

func (m *MockPipelineInterface) GetCreatedAt() *time.Time

GetCreatedAt mocks base method.

func (*MockPipelineInterface) GetID

func (m *MockPipelineInterface) GetID() int64

GetID mocks base method.

func (*MockPipelineInterface) GetProjectID

func (m *MockPipelineInterface) GetProjectID() int64

GetProjectID mocks base method.

func (*MockPipelineInterface) GetRef

func (m *MockPipelineInterface) GetRef() string

GetRef mocks base method.

func (*MockPipelineInterface) GetSHA

func (m *MockPipelineInterface) GetSHA() string

GetSHA mocks base method.

func (*MockPipelineInterface) GetStatus

func (m *MockPipelineInterface) GetStatus() string

GetStatus mocks base method.

func (*MockPipelineInterface) GetUpdatedAt

func (m *MockPipelineInterface) GetUpdatedAt() *time.Time

GetUpdatedAt mocks base method.

func (*MockPipelineInterface) GetWebURL

func (m *MockPipelineInterface) GetWebURL() string

GetWebURL mocks base method.

type MockPipelineInterfaceMockRecorder

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

MockPipelineInterfaceMockRecorder is the mock recorder for MockPipelineInterface.

func (*MockPipelineInterfaceMockRecorder) GetCreatedAt

func (mr *MockPipelineInterfaceMockRecorder) GetCreatedAt() *gomock.Call

GetCreatedAt indicates an expected call of GetCreatedAt.

func (*MockPipelineInterfaceMockRecorder) GetID

GetID indicates an expected call of GetID.

func (*MockPipelineInterfaceMockRecorder) GetProjectID

func (mr *MockPipelineInterfaceMockRecorder) GetProjectID() *gomock.Call

GetProjectID indicates an expected call of GetProjectID.

func (*MockPipelineInterfaceMockRecorder) GetRef

GetRef indicates an expected call of GetRef.

func (*MockPipelineInterfaceMockRecorder) GetSHA

GetSHA indicates an expected call of GetSHA.

func (*MockPipelineInterfaceMockRecorder) GetStatus

GetStatus indicates an expected call of GetStatus.

func (*MockPipelineInterfaceMockRecorder) GetUpdatedAt

func (mr *MockPipelineInterfaceMockRecorder) GetUpdatedAt() *gomock.Call

GetUpdatedAt indicates an expected call of GetUpdatedAt.

func (*MockPipelineInterfaceMockRecorder) GetWebURL

GetWebURL indicates an expected call of GetWebURL.

type MockPluginInterface

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

MockPluginInterface is a mock of PluginInterface interface.

func NewMockPluginInterface

func NewMockPluginInterface(ctrl *gomock.Controller) *MockPluginInterface

NewMockPluginInterface creates a new mock instance.

func (*MockPluginInterface) Destroy

func (m *MockPluginInterface) Destroy() error

Destroy mocks base method.

func (*MockPluginInterface) EXPECT

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

func (*MockPluginInterface) Initialize

func (m *MockPluginInterface) Initialize(arg0 map[string]any) error

Initialize mocks base method.

func (*MockPluginInterface) Name

func (m *MockPluginInterface) Name() string

Name mocks base method.

type MockPluginInterfaceMockRecorder

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

MockPluginInterfaceMockRecorder is the mock recorder for MockPluginInterface.

func (*MockPluginInterfaceMockRecorder) Destroy

Destroy indicates an expected call of Destroy.

func (*MockPluginInterfaceMockRecorder) Initialize

func (mr *MockPluginInterfaceMockRecorder) Initialize(arg0 any) *gomock.Call

Initialize indicates an expected call of Initialize.

func (*MockPluginInterfaceMockRecorder) Name

Name indicates an expected call of Name.

type MockPodFileCopier

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

MockPodFileCopier is a mock of PodFileCopier interface.

func NewMockPodFileCopier

func NewMockPodFileCopier(ctrl *gomock.Controller) *MockPodFileCopier

NewMockPodFileCopier creates a new mock instance.

func (*MockPodFileCopier) Copy

func (m *MockPodFileCopier) Copy(arg0, arg1, arg2, arg3, arg4 string, arg5 kubernetes.Interface, arg6 *rest.Config) (*contracts.CopyFileToPodResult, error)

Copy mocks base method.

func (*MockPodFileCopier) EXPECT

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

type MockPodFileCopierMockRecorder

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

MockPodFileCopierMockRecorder is the mock recorder for MockPodFileCopier.

func (*MockPodFileCopierMockRecorder) Copy

func (mr *MockPodFileCopierMockRecorder) Copy(arg0, arg1, arg2, arg3, arg4, arg5, arg6 any) *gomock.Call

Copy indicates an expected call of Copy.

type MockProjectInterface

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

MockProjectInterface is a mock of ProjectInterface interface.

func NewMockProjectInterface

func NewMockProjectInterface(ctrl *gomock.Controller) *MockProjectInterface

NewMockProjectInterface creates a new mock instance.

func (*MockProjectInterface) EXPECT

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

func (*MockProjectInterface) GetAvatarURL

func (m *MockProjectInterface) GetAvatarURL() string

GetAvatarURL mocks base method.

func (*MockProjectInterface) GetDefaultBranch

func (m *MockProjectInterface) GetDefaultBranch() string

GetDefaultBranch mocks base method.

func (*MockProjectInterface) GetDescription

func (m *MockProjectInterface) GetDescription() string

GetDescription mocks base method.

func (*MockProjectInterface) GetID

func (m *MockProjectInterface) GetID() int64

GetID mocks base method.

func (*MockProjectInterface) GetName

func (m *MockProjectInterface) GetName() string

GetName mocks base method.

func (*MockProjectInterface) GetPath

func (m *MockProjectInterface) GetPath() string

GetPath mocks base method.

func (*MockProjectInterface) GetWebURL

func (m *MockProjectInterface) GetWebURL() string

GetWebURL mocks base method.

type MockProjectInterfaceMockRecorder

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

MockProjectInterfaceMockRecorder is the mock recorder for MockProjectInterface.

func (*MockProjectInterfaceMockRecorder) GetAvatarURL

func (mr *MockProjectInterfaceMockRecorder) GetAvatarURL() *gomock.Call

GetAvatarURL indicates an expected call of GetAvatarURL.

func (*MockProjectInterfaceMockRecorder) GetDefaultBranch

func (mr *MockProjectInterfaceMockRecorder) GetDefaultBranch() *gomock.Call

GetDefaultBranch indicates an expected call of GetDefaultBranch.

func (*MockProjectInterfaceMockRecorder) GetDescription

func (mr *MockProjectInterfaceMockRecorder) GetDescription() *gomock.Call

GetDescription indicates an expected call of GetDescription.

func (*MockProjectInterfaceMockRecorder) GetID

GetID indicates an expected call of GetID.

func (*MockProjectInterfaceMockRecorder) GetName

GetName indicates an expected call of GetName.

func (*MockProjectInterfaceMockRecorder) GetPath

GetPath indicates an expected call of GetPath.

func (*MockProjectInterfaceMockRecorder) GetWebURL

func (mr *MockProjectInterfaceMockRecorder) GetWebURL() *gomock.Call

GetWebURL indicates an expected call of GetWebURL.

type MockPtyHandler

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

MockPtyHandler is a mock of PtyHandler interface.

func NewMockPtyHandler

func NewMockPtyHandler(ctrl *gomock.Controller) *MockPtyHandler

NewMockPtyHandler creates a new mock instance.

func (*MockPtyHandler) Close

func (m *MockPtyHandler) Close(arg0 string) bool

Close mocks base method.

func (*MockPtyHandler) Cols

func (m *MockPtyHandler) Cols() uint16

Cols mocks base method.

func (*MockPtyHandler) Container

func (m *MockPtyHandler) Container() contracts.Container

Container mocks base method.

func (*MockPtyHandler) EXPECT

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

func (*MockPtyHandler) IsClosed

func (m *MockPtyHandler) IsClosed() bool

IsClosed mocks base method.

func (*MockPtyHandler) Next

Next mocks base method.

func (*MockPtyHandler) Read

func (m *MockPtyHandler) Read(arg0 []byte) (int, error)

Read mocks base method.

func (*MockPtyHandler) Recorder

Recorder mocks base method.

func (*MockPtyHandler) ResetTerminalRowCol

func (m *MockPtyHandler) ResetTerminalRowCol(arg0 bool)

ResetTerminalRowCol mocks base method.

func (*MockPtyHandler) Resize

Resize mocks base method.

func (*MockPtyHandler) Rows

func (m *MockPtyHandler) Rows() uint16

Rows mocks base method.

func (*MockPtyHandler) Send

Send mocks base method.

func (*MockPtyHandler) SetShell

func (m *MockPtyHandler) SetShell(arg0 string)

SetShell mocks base method.

func (*MockPtyHandler) Toast

func (m *MockPtyHandler) Toast(arg0 string) error

Toast mocks base method.

func (*MockPtyHandler) Write

func (m *MockPtyHandler) Write(arg0 []byte) (int, error)

Write mocks base method.

type MockPtyHandlerMockRecorder

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

MockPtyHandlerMockRecorder is the mock recorder for MockPtyHandler.

func (*MockPtyHandlerMockRecorder) Close

func (mr *MockPtyHandlerMockRecorder) Close(arg0 any) *gomock.Call

Close indicates an expected call of Close.

func (*MockPtyHandlerMockRecorder) Cols

Cols indicates an expected call of Cols.

func (*MockPtyHandlerMockRecorder) Container

func (mr *MockPtyHandlerMockRecorder) Container() *gomock.Call

Container indicates an expected call of Container.

func (*MockPtyHandlerMockRecorder) IsClosed

func (mr *MockPtyHandlerMockRecorder) IsClosed() *gomock.Call

IsClosed indicates an expected call of IsClosed.

func (*MockPtyHandlerMockRecorder) Next

Next indicates an expected call of Next.

func (*MockPtyHandlerMockRecorder) Read

func (mr *MockPtyHandlerMockRecorder) Read(arg0 any) *gomock.Call

Read indicates an expected call of Read.

func (*MockPtyHandlerMockRecorder) Recorder

func (mr *MockPtyHandlerMockRecorder) Recorder() *gomock.Call

Recorder indicates an expected call of Recorder.

func (*MockPtyHandlerMockRecorder) ResetTerminalRowCol

func (mr *MockPtyHandlerMockRecorder) ResetTerminalRowCol(arg0 any) *gomock.Call

ResetTerminalRowCol indicates an expected call of ResetTerminalRowCol.

func (*MockPtyHandlerMockRecorder) Resize

func (mr *MockPtyHandlerMockRecorder) Resize(arg0 any) *gomock.Call

Resize indicates an expected call of Resize.

func (*MockPtyHandlerMockRecorder) Rows

Rows indicates an expected call of Rows.

func (*MockPtyHandlerMockRecorder) Send

func (mr *MockPtyHandlerMockRecorder) Send(arg0 any) *gomock.Call

Send indicates an expected call of Send.

func (*MockPtyHandlerMockRecorder) SetShell

func (mr *MockPtyHandlerMockRecorder) SetShell(arg0 any) *gomock.Call

SetShell indicates an expected call of SetShell.

func (*MockPtyHandlerMockRecorder) Toast

func (mr *MockPtyHandlerMockRecorder) Toast(arg0 any) *gomock.Call

Toast indicates an expected call of Toast.

func (*MockPtyHandlerMockRecorder) Write

func (mr *MockPtyHandlerMockRecorder) Write(arg0 any) *gomock.Call

Write indicates an expected call of Write.

type MockPubSub

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

MockPubSub is a mock of PubSub interface.

func NewMockPubSub

func NewMockPubSub(ctrl *gomock.Controller) *MockPubSub

NewMockPubSub creates a new mock instance.

func (*MockPubSub) Close

func (m *MockPubSub) Close() error

Close mocks base method.

func (*MockPubSub) EXPECT

func (m *MockPubSub) EXPECT() *MockPubSubMockRecorder

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

func (*MockPubSub) ID

func (m *MockPubSub) ID() string

ID mocks base method.

func (*MockPubSub) Info

func (m *MockPubSub) Info() any

Info mocks base method.

func (*MockPubSub) Join

func (m *MockPubSub) Join(arg0 int64) error

Join mocks base method.

func (*MockPubSub) Leave

func (m *MockPubSub) Leave(arg0, arg1 int64) error

Leave mocks base method.

func (*MockPubSub) Publish

func (m *MockPubSub) Publish(arg0 int64, arg1 *v1.Pod) error

Publish mocks base method.

func (*MockPubSub) Run

func (m *MockPubSub) Run(arg0 context.Context) error

Run mocks base method.

func (*MockPubSub) Subscribe

func (m *MockPubSub) Subscribe() <-chan []byte

Subscribe mocks base method.

func (*MockPubSub) ToAll

func (m *MockPubSub) ToAll(arg0 contracts.WebsocketMessage) error

ToAll mocks base method.

func (*MockPubSub) ToOthers

func (m *MockPubSub) ToOthers(arg0 contracts.WebsocketMessage) error

ToOthers mocks base method.

func (*MockPubSub) ToSelf

func (m *MockPubSub) ToSelf(arg0 contracts.WebsocketMessage) error

ToSelf mocks base method.

func (*MockPubSub) Uid

func (m *MockPubSub) Uid() string

Uid mocks base method.

type MockPubSubMockRecorder

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

MockPubSubMockRecorder is the mock recorder for MockPubSub.

func (*MockPubSubMockRecorder) Close

func (mr *MockPubSubMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockPubSubMockRecorder) ID

ID indicates an expected call of ID.

func (*MockPubSubMockRecorder) Info

func (mr *MockPubSubMockRecorder) Info() *gomock.Call

Info indicates an expected call of Info.

func (*MockPubSubMockRecorder) Join

func (mr *MockPubSubMockRecorder) Join(arg0 any) *gomock.Call

Join indicates an expected call of Join.

func (*MockPubSubMockRecorder) Leave

func (mr *MockPubSubMockRecorder) Leave(arg0, arg1 any) *gomock.Call

Leave indicates an expected call of Leave.

func (*MockPubSubMockRecorder) Publish

func (mr *MockPubSubMockRecorder) Publish(arg0, arg1 any) *gomock.Call

Publish indicates an expected call of Publish.

func (*MockPubSubMockRecorder) Run

func (mr *MockPubSubMockRecorder) Run(arg0 any) *gomock.Call

Run indicates an expected call of Run.

func (*MockPubSubMockRecorder) Subscribe

func (mr *MockPubSubMockRecorder) Subscribe() *gomock.Call

Subscribe indicates an expected call of Subscribe.

func (*MockPubSubMockRecorder) ToAll

func (mr *MockPubSubMockRecorder) ToAll(arg0 any) *gomock.Call

ToAll indicates an expected call of ToAll.

func (*MockPubSubMockRecorder) ToOthers

func (mr *MockPubSubMockRecorder) ToOthers(arg0 any) *gomock.Call

ToOthers indicates an expected call of ToOthers.

func (*MockPubSubMockRecorder) ToSelf

func (mr *MockPubSubMockRecorder) ToSelf(arg0 any) *gomock.Call

ToSelf indicates an expected call of ToSelf.

func (*MockPubSubMockRecorder) Uid

func (mr *MockPubSubMockRecorder) Uid() *gomock.Call

Uid indicates an expected call of Uid.

type MockRecorderInterface

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

MockRecorderInterface is a mock of RecorderInterface interface.

func NewMockRecorderInterface

func NewMockRecorderInterface(ctrl *gomock.Controller) *MockRecorderInterface

NewMockRecorderInterface creates a new mock instance.

func (*MockRecorderInterface) Close

func (m *MockRecorderInterface) Close() error

Close mocks base method.

func (*MockRecorderInterface) EXPECT

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

func (*MockRecorderInterface) GetShell

func (m *MockRecorderInterface) GetShell() string

GetShell mocks base method.

func (*MockRecorderInterface) Resize

func (m *MockRecorderInterface) Resize(arg0, arg1 uint16)

Resize mocks base method.

func (*MockRecorderInterface) SetShell

func (m *MockRecorderInterface) SetShell(arg0 string)

SetShell mocks base method.

func (*MockRecorderInterface) Write

func (m *MockRecorderInterface) Write(arg0 string) error

Write mocks base method.

type MockRecorderInterfaceMockRecorder

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

MockRecorderInterfaceMockRecorder is the mock recorder for MockRecorderInterface.

func (*MockRecorderInterfaceMockRecorder) Close

Close indicates an expected call of Close.

func (*MockRecorderInterfaceMockRecorder) GetShell

GetShell indicates an expected call of GetShell.

func (*MockRecorderInterfaceMockRecorder) Resize

func (mr *MockRecorderInterfaceMockRecorder) Resize(arg0, arg1 any) *gomock.Call

Resize indicates an expected call of Resize.

func (*MockRecorderInterfaceMockRecorder) SetShell

func (mr *MockRecorderInterfaceMockRecorder) SetShell(arg0 any) *gomock.Call

SetShell indicates an expected call of SetShell.

func (*MockRecorderInterfaceMockRecorder) Write

Write indicates an expected call of Write.

type MockReleaseInstaller

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

MockReleaseInstaller is a mock of ReleaseInstaller interface.

func NewMockReleaseInstaller

func NewMockReleaseInstaller(ctrl *gomock.Controller) *MockReleaseInstaller

NewMockReleaseInstaller creates a new mock instance.

func (*MockReleaseInstaller) Chart

func (m *MockReleaseInstaller) Chart() *chart.Chart

Chart mocks base method.

func (*MockReleaseInstaller) EXPECT

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

func (*MockReleaseInstaller) Logs

func (m *MockReleaseInstaller) Logs() []string

Logs mocks base method.

func (*MockReleaseInstaller) Run

Run mocks base method.

type MockReleaseInstallerMockRecorder

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

MockReleaseInstallerMockRecorder is the mock recorder for MockReleaseInstaller.

func (*MockReleaseInstallerMockRecorder) Chart

Chart indicates an expected call of Chart.

func (*MockReleaseInstallerMockRecorder) Logs

Logs indicates an expected call of Logs.

func (*MockReleaseInstallerMockRecorder) Run

func (mr *MockReleaseInstallerMockRecorder) Run(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

Run indicates an expected call of Run.

type MockRemoteExecutor

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

MockRemoteExecutor is a mock of RemoteExecutor interface.

func NewMockRemoteExecutor

func NewMockRemoteExecutor(ctrl *gomock.Controller) *MockRemoteExecutor

NewMockRemoteExecutor creates a new mock instance.

func (*MockRemoteExecutor) EXPECT

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

func (*MockRemoteExecutor) Execute

func (m *MockRemoteExecutor) Execute(arg0 context.Context, arg1 kubernetes.Interface, arg2 *rest.Config, arg3 io.Reader, arg4, arg5 io.Writer, arg6 bool, arg7 remotecommand.TerminalSizeQueue) error

Execute mocks base method.

func (*MockRemoteExecutor) WithCommand

func (m *MockRemoteExecutor) WithCommand(arg0 []string) contracts.RemoteExecutor

WithCommand mocks base method.

func (*MockRemoteExecutor) WithContainer

func (m *MockRemoteExecutor) WithContainer(arg0, arg1, arg2 string) contracts.RemoteExecutor

WithContainer mocks base method.

func (*MockRemoteExecutor) WithMethod

func (m *MockRemoteExecutor) WithMethod(arg0 string) contracts.RemoteExecutor

WithMethod mocks base method.

type MockRemoteExecutorMockRecorder

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

MockRemoteExecutorMockRecorder is the mock recorder for MockRemoteExecutor.

func (*MockRemoteExecutorMockRecorder) Execute

func (mr *MockRemoteExecutorMockRecorder) Execute(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 any) *gomock.Call

Execute indicates an expected call of Execute.

func (*MockRemoteExecutorMockRecorder) WithCommand

func (mr *MockRemoteExecutorMockRecorder) WithCommand(arg0 any) *gomock.Call

WithCommand indicates an expected call of WithCommand.

func (*MockRemoteExecutorMockRecorder) WithContainer

func (mr *MockRemoteExecutorMockRecorder) WithContainer(arg0, arg1, arg2 any) *gomock.Call

WithContainer indicates an expected call of WithContainer.

func (*MockRemoteExecutorMockRecorder) WithMethod

func (mr *MockRemoteExecutorMockRecorder) WithMethod(arg0 any) *gomock.Call

WithMethod indicates an expected call of WithMethod.

type MockSessionMapper

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

MockSessionMapper is a mock of SessionMapper interface.

func NewMockSessionMapper

func NewMockSessionMapper(ctrl *gomock.Controller) *MockSessionMapper

NewMockSessionMapper creates a new mock instance.

func (*MockSessionMapper) Close

func (m *MockSessionMapper) Close(arg0 string, arg1 uint32, arg2 string)

Close mocks base method.

func (*MockSessionMapper) CloseAll

func (m *MockSessionMapper) CloseAll()

CloseAll mocks base method.

func (*MockSessionMapper) EXPECT

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

func (*MockSessionMapper) Get

Get mocks base method.

func (*MockSessionMapper) Send

Send mocks base method.

func (*MockSessionMapper) Set

func (m *MockSessionMapper) Set(arg0 string, arg1 contracts.PtyHandler)

Set mocks base method.

type MockSessionMapperMockRecorder

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

MockSessionMapperMockRecorder is the mock recorder for MockSessionMapper.

func (*MockSessionMapperMockRecorder) Close

func (mr *MockSessionMapperMockRecorder) Close(arg0, arg1, arg2 any) *gomock.Call

Close indicates an expected call of Close.

func (*MockSessionMapperMockRecorder) CloseAll

func (mr *MockSessionMapperMockRecorder) CloseAll() *gomock.Call

CloseAll indicates an expected call of CloseAll.

func (*MockSessionMapperMockRecorder) Get

Get indicates an expected call of Get.

func (*MockSessionMapperMockRecorder) Send

func (mr *MockSessionMapperMockRecorder) Send(arg0 any) *gomock.Call

Send indicates an expected call of Send.

func (*MockSessionMapperMockRecorder) Set

func (mr *MockSessionMapperMockRecorder) Set(arg0, arg1 any) *gomock.Call

Set indicates an expected call of Set.

type MockTracer

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

MockTracer is a mock of Tracer interface.

func NewMockTracer

func NewMockTracer(ctrl *gomock.Controller) *MockTracer

NewMockTracer creates a new mock instance.

func (*MockTracer) EXPECT

func (m *MockTracer) EXPECT() *MockTracerMockRecorder

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

func (*MockTracer) Start

func (m *MockTracer) Start(arg0 context.Context, arg1 string, arg2 ...trace.SpanStartOption) (context.Context, trace.Span)

Start mocks base method.

type MockTracerMockRecorder

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

MockTracerMockRecorder is the mock recorder for MockTracer.

func (*MockTracerMockRecorder) Start

func (mr *MockTracerMockRecorder) Start(arg0, arg1 any, arg2 ...any) *gomock.Call

Start indicates an expected call of Start.

type MockUploader

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

MockUploader is a mock of Uploader interface.

func NewMockUploader

func NewMockUploader(ctrl *gomock.Controller) *MockUploader

NewMockUploader creates a new mock instance.

func (*MockUploader) AbsolutePath

func (m *MockUploader) AbsolutePath(arg0 string) string

AbsolutePath mocks base method.

func (*MockUploader) AllDirectoryFiles

func (m *MockUploader) AllDirectoryFiles(arg0 string) ([]contracts.FileInfo, error)

AllDirectoryFiles mocks base method.

func (*MockUploader) Delete

func (m *MockUploader) Delete(arg0 string) error

Delete mocks base method.

func (*MockUploader) DeleteDir

func (m *MockUploader) DeleteDir(arg0 string) error

DeleteDir mocks base method.

func (*MockUploader) DirSize

func (m *MockUploader) DirSize() (int64, error)

DirSize mocks base method.

func (*MockUploader) Disk

func (m *MockUploader) Disk(arg0 string) contracts.Uploader

Disk mocks base method.

func (*MockUploader) EXPECT

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

func (*MockUploader) Exists

func (m *MockUploader) Exists(arg0 string) bool

Exists mocks base method.

func (*MockUploader) MkDir

func (m *MockUploader) MkDir(arg0 string, arg1 bool) error

MkDir mocks base method.

func (*MockUploader) NewFile

func (m *MockUploader) NewFile(arg0 string) (contracts.File, error)

NewFile mocks base method.

func (*MockUploader) Put

func (m *MockUploader) Put(arg0 string, arg1 io.Reader) (contracts.FileInfo, error)

Put mocks base method.

func (*MockUploader) Read

func (m *MockUploader) Read(arg0 string) (io.ReadCloser, error)

Read mocks base method.

func (*MockUploader) RemoveEmptyDir

func (m *MockUploader) RemoveEmptyDir() error

RemoveEmptyDir mocks base method.

func (*MockUploader) Stat

func (m *MockUploader) Stat(arg0 string) (contracts.FileInfo, error)

Stat mocks base method.

func (*MockUploader) Type

func (m *MockUploader) Type() contracts.UploadType

Type mocks base method.

func (*MockUploader) UnWrap added in v4.20.8

func (m *MockUploader) UnWrap() contracts.Uploader

UnWrap mocks base method.

type MockUploaderMockRecorder

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

MockUploaderMockRecorder is the mock recorder for MockUploader.

func (*MockUploaderMockRecorder) AbsolutePath

func (mr *MockUploaderMockRecorder) AbsolutePath(arg0 any) *gomock.Call

AbsolutePath indicates an expected call of AbsolutePath.

func (*MockUploaderMockRecorder) AllDirectoryFiles

func (mr *MockUploaderMockRecorder) AllDirectoryFiles(arg0 any) *gomock.Call

AllDirectoryFiles indicates an expected call of AllDirectoryFiles.

func (*MockUploaderMockRecorder) Delete

func (mr *MockUploaderMockRecorder) Delete(arg0 any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockUploaderMockRecorder) DeleteDir

func (mr *MockUploaderMockRecorder) DeleteDir(arg0 any) *gomock.Call

DeleteDir indicates an expected call of DeleteDir.

func (*MockUploaderMockRecorder) DirSize

func (mr *MockUploaderMockRecorder) DirSize() *gomock.Call

DirSize indicates an expected call of DirSize.

func (*MockUploaderMockRecorder) Disk

func (mr *MockUploaderMockRecorder) Disk(arg0 any) *gomock.Call

Disk indicates an expected call of Disk.

func (*MockUploaderMockRecorder) Exists

func (mr *MockUploaderMockRecorder) Exists(arg0 any) *gomock.Call

Exists indicates an expected call of Exists.

func (*MockUploaderMockRecorder) MkDir

func (mr *MockUploaderMockRecorder) MkDir(arg0, arg1 any) *gomock.Call

MkDir indicates an expected call of MkDir.

func (*MockUploaderMockRecorder) NewFile

func (mr *MockUploaderMockRecorder) NewFile(arg0 any) *gomock.Call

NewFile indicates an expected call of NewFile.

func (*MockUploaderMockRecorder) Put

func (mr *MockUploaderMockRecorder) Put(arg0, arg1 any) *gomock.Call

Put indicates an expected call of Put.

func (*MockUploaderMockRecorder) Read

func (mr *MockUploaderMockRecorder) Read(arg0 any) *gomock.Call

Read indicates an expected call of Read.

func (*MockUploaderMockRecorder) RemoveEmptyDir

func (mr *MockUploaderMockRecorder) RemoveEmptyDir() *gomock.Call

RemoveEmptyDir indicates an expected call of RemoveEmptyDir.

func (*MockUploaderMockRecorder) Stat

func (mr *MockUploaderMockRecorder) Stat(arg0 any) *gomock.Call

Stat indicates an expected call of Stat.

func (*MockUploaderMockRecorder) Type

func (mr *MockUploaderMockRecorder) Type() *gomock.Call

Type indicates an expected call of Type.

func (*MockUploaderMockRecorder) UnWrap added in v4.20.8

func (mr *MockUploaderMockRecorder) UnWrap() *gomock.Call

UnWrap indicates an expected call of UnWrap.

type MockWebsocketConn

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

MockWebsocketConn is a mock of WebsocketConn interface.

func NewMockWebsocketConn

func NewMockWebsocketConn(ctrl *gomock.Controller) *MockWebsocketConn

NewMockWebsocketConn creates a new mock instance.

func (*MockWebsocketConn) Close

func (m *MockWebsocketConn) Close() error

Close mocks base method.

func (*MockWebsocketConn) EXPECT

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

func (*MockWebsocketConn) NextWriter

func (m *MockWebsocketConn) NextWriter(arg0 int) (io.WriteCloser, error)

NextWriter mocks base method.

func (*MockWebsocketConn) ReadMessage

func (m *MockWebsocketConn) ReadMessage() (int, []byte, error)

ReadMessage mocks base method.

func (*MockWebsocketConn) SetPongHandler

func (m *MockWebsocketConn) SetPongHandler(arg0 func(string) error)

SetPongHandler mocks base method.

func (*MockWebsocketConn) SetReadDeadline

func (m *MockWebsocketConn) SetReadDeadline(arg0 time.Time) error

SetReadDeadline mocks base method.

func (*MockWebsocketConn) SetReadLimit

func (m *MockWebsocketConn) SetReadLimit(arg0 int64)

SetReadLimit mocks base method.

func (*MockWebsocketConn) SetWriteDeadline

func (m *MockWebsocketConn) SetWriteDeadline(arg0 time.Time) error

SetWriteDeadline mocks base method.

func (*MockWebsocketConn) WriteMessage

func (m *MockWebsocketConn) WriteMessage(arg0 int, arg1 []byte) error

WriteMessage mocks base method.

type MockWebsocketConnMockRecorder

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

MockWebsocketConnMockRecorder is the mock recorder for MockWebsocketConn.

func (*MockWebsocketConnMockRecorder) Close

Close indicates an expected call of Close.

func (*MockWebsocketConnMockRecorder) NextWriter

func (mr *MockWebsocketConnMockRecorder) NextWriter(arg0 any) *gomock.Call

NextWriter indicates an expected call of NextWriter.

func (*MockWebsocketConnMockRecorder) ReadMessage

func (mr *MockWebsocketConnMockRecorder) ReadMessage() *gomock.Call

ReadMessage indicates an expected call of ReadMessage.

func (*MockWebsocketConnMockRecorder) SetPongHandler

func (mr *MockWebsocketConnMockRecorder) SetPongHandler(arg0 any) *gomock.Call

SetPongHandler indicates an expected call of SetPongHandler.

func (*MockWebsocketConnMockRecorder) SetReadDeadline

func (mr *MockWebsocketConnMockRecorder) SetReadDeadline(arg0 any) *gomock.Call

SetReadDeadline indicates an expected call of SetReadDeadline.

func (*MockWebsocketConnMockRecorder) SetReadLimit

func (mr *MockWebsocketConnMockRecorder) SetReadLimit(arg0 any) *gomock.Call

SetReadLimit indicates an expected call of SetReadLimit.

func (*MockWebsocketConnMockRecorder) SetWriteDeadline

func (mr *MockWebsocketConnMockRecorder) SetWriteDeadline(arg0 any) *gomock.Call

SetWriteDeadline indicates an expected call of SetWriteDeadline.

func (*MockWebsocketConnMockRecorder) WriteMessage

func (mr *MockWebsocketConnMockRecorder) WriteMessage(arg0, arg1 any) *gomock.Call

WriteMessage indicates an expected call of WriteMessage.

type MockWsSender

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

MockWsSender is a mock of WsSender interface.

func NewMockWsSender

func NewMockWsSender(ctrl *gomock.Controller) *MockWsSender

NewMockWsSender creates a new mock instance.

func (*MockWsSender) Destroy

func (m *MockWsSender) Destroy() error

Destroy mocks base method.

func (*MockWsSender) EXPECT

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

func (*MockWsSender) Initialize

func (m *MockWsSender) Initialize(arg0 map[string]any) error

Initialize mocks base method.

func (*MockWsSender) Name

func (m *MockWsSender) Name() string

Name mocks base method.

func (*MockWsSender) New

func (m *MockWsSender) New(arg0, arg1 string) contracts.PubSub

New mocks base method.

type MockWsSenderMockRecorder

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

MockWsSenderMockRecorder is the mock recorder for MockWsSender.

func (*MockWsSenderMockRecorder) Destroy

func (mr *MockWsSenderMockRecorder) Destroy() *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockWsSenderMockRecorder) Initialize

func (mr *MockWsSenderMockRecorder) Initialize(arg0 any) *gomock.Call

Initialize indicates an expected call of Initialize.

func (*MockWsSenderMockRecorder) Name

func (mr *MockWsSenderMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

func (*MockWsSenderMockRecorder) New

func (mr *MockWsSenderMockRecorder) New(arg0, arg1 any) *gomock.Call

New indicates an expected call of New.

Jump to

Keyboard shortcuts

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