mocks

package
v0.0.0-...-2068c98 Latest Latest
Warning

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

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

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockControllerConfigAPI

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

MockControllerConfigAPI is a mock of ControllerConfigAPI interface.

func NewMockControllerConfigAPI

func NewMockControllerConfigAPI(ctrl *gomock.Controller) *MockControllerConfigAPI

NewMockControllerConfigAPI creates a new mock instance.

func (*MockControllerConfigAPI) ControllerAPIInfoForModels

func (m *MockControllerConfigAPI) ControllerAPIInfoForModels(arg0 context.Context, arg1 params.Entities) (params.ControllerAPIInfoResults, error)

ControllerAPIInfoForModels mocks base method.

func (*MockControllerConfigAPI) ControllerConfig

ControllerConfig mocks base method.

func (*MockControllerConfigAPI) EXPECT

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

type MockControllerConfigAPIControllerAPIInfoForModelsCall

type MockControllerConfigAPIControllerAPIInfoForModelsCall struct {
	*gomock.Call
}

MockControllerConfigAPIControllerAPIInfoForModelsCall wrap *gomock.Call

func (*MockControllerConfigAPIControllerAPIInfoForModelsCall) Do

Do rewrite *gomock.Call.Do

func (*MockControllerConfigAPIControllerAPIInfoForModelsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockControllerConfigAPIControllerAPIInfoForModelsCall) Return

Return rewrite *gomock.Call.Return

type MockControllerConfigAPIControllerConfigCall

type MockControllerConfigAPIControllerConfigCall struct {
	*gomock.Call
}

MockControllerConfigAPIControllerConfigCall wrap *gomock.Call

func (*MockControllerConfigAPIControllerConfigCall) Do

Do rewrite *gomock.Call.Do

func (*MockControllerConfigAPIControllerConfigCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockControllerConfigAPIControllerConfigCall) Return

Return rewrite *gomock.Call.Return

type MockControllerConfigAPIMockRecorder

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

MockControllerConfigAPIMockRecorder is the mock recorder for MockControllerConfigAPI.

func (*MockControllerConfigAPIMockRecorder) ControllerAPIInfoForModels

ControllerAPIInfoForModels indicates an expected call of ControllerAPIInfoForModels.

func (*MockControllerConfigAPIMockRecorder) ControllerConfig

ControllerConfig indicates an expected call of ControllerConfig.

type MockExternalControllerService

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

MockExternalControllerService is a mock of ExternalControllerService interface.

func NewMockExternalControllerService

func NewMockExternalControllerService(ctrl *gomock.Controller) *MockExternalControllerService

NewMockExternalControllerService creates a new mock instance.

func (*MockExternalControllerService) EXPECT

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

func (*MockExternalControllerService) UpdateExternalController

func (m *MockExternalControllerService) UpdateExternalController(arg0 context.Context, arg1 crossmodel0.ControllerInfo) error

UpdateExternalController mocks base method.

type MockExternalControllerServiceMockRecorder

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

MockExternalControllerServiceMockRecorder is the mock recorder for MockExternalControllerService.

func (*MockExternalControllerServiceMockRecorder) UpdateExternalController

UpdateExternalController indicates an expected call of UpdateExternalController.

type MockExternalControllerServiceUpdateExternalControllerCall

type MockExternalControllerServiceUpdateExternalControllerCall struct {
	*gomock.Call
}

MockExternalControllerServiceUpdateExternalControllerCall wrap *gomock.Call

func (*MockExternalControllerServiceUpdateExternalControllerCall) Do

Do rewrite *gomock.Call.Do

func (*MockExternalControllerServiceUpdateExternalControllerCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockExternalControllerServiceUpdateExternalControllerCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsState

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

MockRemoteRelationsState is a mock of RemoteRelationsState interface.

func NewMockRemoteRelationsState

func NewMockRemoteRelationsState(ctrl *gomock.Controller) *MockRemoteRelationsState

NewMockRemoteRelationsState creates a new mock instance.

func (*MockRemoteRelationsState) AddRelation

func (m *MockRemoteRelationsState) AddRelation(arg0 ...state.Endpoint) (crossmodel.Relation, error)

AddRelation mocks base method.

func (*MockRemoteRelationsState) AddRemoteApplication

AddRemoteApplication mocks base method.

func (*MockRemoteRelationsState) AllModelUUIDs

func (m *MockRemoteRelationsState) AllModelUUIDs() ([]string, error)

AllModelUUIDs mocks base method.

func (*MockRemoteRelationsState) Application

Application mocks base method.

func (*MockRemoteRelationsState) ApplicationOfferForUUID

func (m *MockRemoteRelationsState) ApplicationOfferForUUID(arg0 string) (*crossmodel0.ApplicationOffer, error)

ApplicationOfferForUUID mocks base method.

func (*MockRemoteRelationsState) ApplyOperation

func (m *MockRemoteRelationsState) ApplyOperation(arg0 state.ModelOperation) error

ApplyOperation mocks base method.

func (*MockRemoteRelationsState) ControllerTag

func (m *MockRemoteRelationsState) ControllerTag() names.ControllerTag

ControllerTag mocks base method.

func (*MockRemoteRelationsState) EXPECT

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

func (*MockRemoteRelationsState) EndpointsRelation

func (m *MockRemoteRelationsState) EndpointsRelation(arg0 ...state.Endpoint) (crossmodel.Relation, error)

EndpointsRelation mocks base method.

func (*MockRemoteRelationsState) ExportLocalEntity

func (m *MockRemoteRelationsState) ExportLocalEntity(arg0 names.Tag) (string, error)

ExportLocalEntity mocks base method.

func (*MockRemoteRelationsState) GetRemoteEntity

func (m *MockRemoteRelationsState) GetRemoteEntity(arg0 string) (names.Tag, error)

GetRemoteEntity mocks base method.

func (*MockRemoteRelationsState) GetToken

func (m *MockRemoteRelationsState) GetToken(arg0 names.Tag) (string, error)

GetToken mocks base method.

func (*MockRemoteRelationsState) ImportRemoteEntity

func (m *MockRemoteRelationsState) ImportRemoteEntity(arg0 names.Tag, arg1 string) error

ImportRemoteEntity mocks base method.

func (*MockRemoteRelationsState) IngressNetworks

func (m *MockRemoteRelationsState) IngressNetworks(arg0 string) (state.RelationNetworks, error)

IngressNetworks mocks base method.

func (*MockRemoteRelationsState) KeyRelation

func (m *MockRemoteRelationsState) KeyRelation(arg0 string) (crossmodel.Relation, error)

KeyRelation mocks base method.

func (*MockRemoteRelationsState) OfferConnectionForRelation

func (m *MockRemoteRelationsState) OfferConnectionForRelation(arg0 string) (crossmodel.OfferConnection, error)

OfferConnectionForRelation mocks base method.

func (*MockRemoteRelationsState) OfferUUIDForRelation

func (m *MockRemoteRelationsState) OfferUUIDForRelation(arg0 string) (string, error)

OfferUUIDForRelation mocks base method.

func (*MockRemoteRelationsState) RemoteApplication

func (m *MockRemoteRelationsState) RemoteApplication(arg0 string) (crossmodel.RemoteApplication, error)

RemoteApplication mocks base method.

func (*MockRemoteRelationsState) RemoveRemoteEntity

func (m *MockRemoteRelationsState) RemoveRemoteEntity(arg0 names.Tag) error

RemoveRemoteEntity mocks base method.

func (*MockRemoteRelationsState) SaveIngressNetworks

func (m *MockRemoteRelationsState) SaveIngressNetworks(arg0 string, arg1 []string) (state.RelationNetworks, error)

SaveIngressNetworks mocks base method.

func (*MockRemoteRelationsState) SaveMacaroon

func (m *MockRemoteRelationsState) SaveMacaroon(arg0 names.Tag, arg1 *macaroon.Macaroon) error

SaveMacaroon mocks base method.

func (*MockRemoteRelationsState) WatchOffer

func (m *MockRemoteRelationsState) WatchOffer(arg0 string) state.NotifyWatcher

WatchOffer mocks base method.

func (*MockRemoteRelationsState) WatchOfferStatus

func (m *MockRemoteRelationsState) WatchOfferStatus(arg0 string) (state.NotifyWatcher, error)

WatchOfferStatus mocks base method.

func (*MockRemoteRelationsState) WatchRemoteApplicationRelations

func (m *MockRemoteRelationsState) WatchRemoteApplicationRelations(arg0 string) (state.StringsWatcher, error)

WatchRemoteApplicationRelations mocks base method.

func (*MockRemoteRelationsState) WatchRemoteApplications

func (m *MockRemoteRelationsState) WatchRemoteApplications() state.StringsWatcher

WatchRemoteApplications mocks base method.

func (*MockRemoteRelationsState) WatchRemoteRelations

func (m *MockRemoteRelationsState) WatchRemoteRelations() state.StringsWatcher

WatchRemoteRelations mocks base method.

type MockRemoteRelationsStateAddRelationCall

type MockRemoteRelationsStateAddRelationCall struct {
	*gomock.Call
}

MockRemoteRelationsStateAddRelationCall wrap *gomock.Call

func (*MockRemoteRelationsStateAddRelationCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateAddRelationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateAddRelationCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateAddRemoteApplicationCall

type MockRemoteRelationsStateAddRemoteApplicationCall struct {
	*gomock.Call
}

MockRemoteRelationsStateAddRemoteApplicationCall wrap *gomock.Call

func (*MockRemoteRelationsStateAddRemoteApplicationCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateAddRemoteApplicationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateAddRemoteApplicationCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateAllModelUUIDsCall

type MockRemoteRelationsStateAllModelUUIDsCall struct {
	*gomock.Call
}

MockRemoteRelationsStateAllModelUUIDsCall wrap *gomock.Call

func (*MockRemoteRelationsStateAllModelUUIDsCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateAllModelUUIDsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateAllModelUUIDsCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateApplicationCall

type MockRemoteRelationsStateApplicationCall struct {
	*gomock.Call
}

MockRemoteRelationsStateApplicationCall wrap *gomock.Call

func (*MockRemoteRelationsStateApplicationCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateApplicationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateApplicationCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateApplicationOfferForUUIDCall

type MockRemoteRelationsStateApplicationOfferForUUIDCall struct {
	*gomock.Call
}

MockRemoteRelationsStateApplicationOfferForUUIDCall wrap *gomock.Call

func (*MockRemoteRelationsStateApplicationOfferForUUIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateApplicationOfferForUUIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateApplicationOfferForUUIDCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateApplyOperationCall

type MockRemoteRelationsStateApplyOperationCall struct {
	*gomock.Call
}

MockRemoteRelationsStateApplyOperationCall wrap *gomock.Call

func (*MockRemoteRelationsStateApplyOperationCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateApplyOperationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateApplyOperationCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateControllerTagCall

type MockRemoteRelationsStateControllerTagCall struct {
	*gomock.Call
}

MockRemoteRelationsStateControllerTagCall wrap *gomock.Call

func (*MockRemoteRelationsStateControllerTagCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateControllerTagCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateControllerTagCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateEndpointsRelationCall

type MockRemoteRelationsStateEndpointsRelationCall struct {
	*gomock.Call
}

MockRemoteRelationsStateEndpointsRelationCall wrap *gomock.Call

func (*MockRemoteRelationsStateEndpointsRelationCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateEndpointsRelationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateEndpointsRelationCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateExportLocalEntityCall

type MockRemoteRelationsStateExportLocalEntityCall struct {
	*gomock.Call
}

MockRemoteRelationsStateExportLocalEntityCall wrap *gomock.Call

func (*MockRemoteRelationsStateExportLocalEntityCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateExportLocalEntityCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateExportLocalEntityCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateGetRemoteEntityCall

type MockRemoteRelationsStateGetRemoteEntityCall struct {
	*gomock.Call
}

MockRemoteRelationsStateGetRemoteEntityCall wrap *gomock.Call

func (*MockRemoteRelationsStateGetRemoteEntityCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateGetRemoteEntityCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateGetRemoteEntityCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateGetTokenCall

type MockRemoteRelationsStateGetTokenCall struct {
	*gomock.Call
}

MockRemoteRelationsStateGetTokenCall wrap *gomock.Call

func (*MockRemoteRelationsStateGetTokenCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateGetTokenCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateGetTokenCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateImportRemoteEntityCall

type MockRemoteRelationsStateImportRemoteEntityCall struct {
	*gomock.Call
}

MockRemoteRelationsStateImportRemoteEntityCall wrap *gomock.Call

func (*MockRemoteRelationsStateImportRemoteEntityCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateImportRemoteEntityCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateImportRemoteEntityCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateIngressNetworksCall

type MockRemoteRelationsStateIngressNetworksCall struct {
	*gomock.Call
}

MockRemoteRelationsStateIngressNetworksCall wrap *gomock.Call

func (*MockRemoteRelationsStateIngressNetworksCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateIngressNetworksCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateIngressNetworksCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateKeyRelationCall

type MockRemoteRelationsStateKeyRelationCall struct {
	*gomock.Call
}

MockRemoteRelationsStateKeyRelationCall wrap *gomock.Call

func (*MockRemoteRelationsStateKeyRelationCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateKeyRelationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateKeyRelationCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateMockRecorder

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

MockRemoteRelationsStateMockRecorder is the mock recorder for MockRemoteRelationsState.

func (*MockRemoteRelationsStateMockRecorder) AddRelation

AddRelation indicates an expected call of AddRelation.

func (*MockRemoteRelationsStateMockRecorder) AddRemoteApplication

AddRemoteApplication indicates an expected call of AddRemoteApplication.

func (*MockRemoteRelationsStateMockRecorder) AllModelUUIDs

AllModelUUIDs indicates an expected call of AllModelUUIDs.

func (*MockRemoteRelationsStateMockRecorder) Application

Application indicates an expected call of Application.

func (*MockRemoteRelationsStateMockRecorder) ApplicationOfferForUUID

ApplicationOfferForUUID indicates an expected call of ApplicationOfferForUUID.

func (*MockRemoteRelationsStateMockRecorder) ApplyOperation

ApplyOperation indicates an expected call of ApplyOperation.

func (*MockRemoteRelationsStateMockRecorder) ControllerTag

ControllerTag indicates an expected call of ControllerTag.

func (*MockRemoteRelationsStateMockRecorder) EndpointsRelation

EndpointsRelation indicates an expected call of EndpointsRelation.

func (*MockRemoteRelationsStateMockRecorder) ExportLocalEntity

ExportLocalEntity indicates an expected call of ExportLocalEntity.

func (*MockRemoteRelationsStateMockRecorder) GetRemoteEntity

GetRemoteEntity indicates an expected call of GetRemoteEntity.

func (*MockRemoteRelationsStateMockRecorder) GetToken

GetToken indicates an expected call of GetToken.

func (*MockRemoteRelationsStateMockRecorder) ImportRemoteEntity

ImportRemoteEntity indicates an expected call of ImportRemoteEntity.

func (*MockRemoteRelationsStateMockRecorder) IngressNetworks

IngressNetworks indicates an expected call of IngressNetworks.

func (*MockRemoteRelationsStateMockRecorder) KeyRelation

KeyRelation indicates an expected call of KeyRelation.

func (*MockRemoteRelationsStateMockRecorder) OfferConnectionForRelation

OfferConnectionForRelation indicates an expected call of OfferConnectionForRelation.

func (*MockRemoteRelationsStateMockRecorder) OfferUUIDForRelation

OfferUUIDForRelation indicates an expected call of OfferUUIDForRelation.

func (*MockRemoteRelationsStateMockRecorder) RemoteApplication

RemoteApplication indicates an expected call of RemoteApplication.

func (*MockRemoteRelationsStateMockRecorder) RemoveRemoteEntity

RemoveRemoteEntity indicates an expected call of RemoveRemoteEntity.

func (*MockRemoteRelationsStateMockRecorder) SaveIngressNetworks

SaveIngressNetworks indicates an expected call of SaveIngressNetworks.

func (*MockRemoteRelationsStateMockRecorder) SaveMacaroon

SaveMacaroon indicates an expected call of SaveMacaroon.

func (*MockRemoteRelationsStateMockRecorder) WatchOffer

WatchOffer indicates an expected call of WatchOffer.

func (*MockRemoteRelationsStateMockRecorder) WatchOfferStatus

WatchOfferStatus indicates an expected call of WatchOfferStatus.

func (*MockRemoteRelationsStateMockRecorder) WatchRemoteApplicationRelations

WatchRemoteApplicationRelations indicates an expected call of WatchRemoteApplicationRelations.

func (*MockRemoteRelationsStateMockRecorder) WatchRemoteApplications

WatchRemoteApplications indicates an expected call of WatchRemoteApplications.

func (*MockRemoteRelationsStateMockRecorder) WatchRemoteRelations

WatchRemoteRelations indicates an expected call of WatchRemoteRelations.

type MockRemoteRelationsStateOfferConnectionForRelationCall

type MockRemoteRelationsStateOfferConnectionForRelationCall struct {
	*gomock.Call
}

MockRemoteRelationsStateOfferConnectionForRelationCall wrap *gomock.Call

func (*MockRemoteRelationsStateOfferConnectionForRelationCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateOfferConnectionForRelationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateOfferConnectionForRelationCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateOfferUUIDForRelationCall

type MockRemoteRelationsStateOfferUUIDForRelationCall struct {
	*gomock.Call
}

MockRemoteRelationsStateOfferUUIDForRelationCall wrap *gomock.Call

func (*MockRemoteRelationsStateOfferUUIDForRelationCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateOfferUUIDForRelationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateOfferUUIDForRelationCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateRemoteApplicationCall

type MockRemoteRelationsStateRemoteApplicationCall struct {
	*gomock.Call
}

MockRemoteRelationsStateRemoteApplicationCall wrap *gomock.Call

func (*MockRemoteRelationsStateRemoteApplicationCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateRemoteApplicationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateRemoteApplicationCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateRemoveRemoteEntityCall

type MockRemoteRelationsStateRemoveRemoteEntityCall struct {
	*gomock.Call
}

MockRemoteRelationsStateRemoveRemoteEntityCall wrap *gomock.Call

func (*MockRemoteRelationsStateRemoveRemoteEntityCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateRemoveRemoteEntityCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateRemoveRemoteEntityCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateSaveIngressNetworksCall

type MockRemoteRelationsStateSaveIngressNetworksCall struct {
	*gomock.Call
}

MockRemoteRelationsStateSaveIngressNetworksCall wrap *gomock.Call

func (*MockRemoteRelationsStateSaveIngressNetworksCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateSaveIngressNetworksCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateSaveIngressNetworksCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateSaveMacaroonCall

type MockRemoteRelationsStateSaveMacaroonCall struct {
	*gomock.Call
}

MockRemoteRelationsStateSaveMacaroonCall wrap *gomock.Call

func (*MockRemoteRelationsStateSaveMacaroonCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateSaveMacaroonCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateSaveMacaroonCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateWatchOfferCall

type MockRemoteRelationsStateWatchOfferCall struct {
	*gomock.Call
}

MockRemoteRelationsStateWatchOfferCall wrap *gomock.Call

func (*MockRemoteRelationsStateWatchOfferCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateWatchOfferCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateWatchOfferCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateWatchOfferStatusCall

type MockRemoteRelationsStateWatchOfferStatusCall struct {
	*gomock.Call
}

MockRemoteRelationsStateWatchOfferStatusCall wrap *gomock.Call

func (*MockRemoteRelationsStateWatchOfferStatusCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateWatchOfferStatusCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateWatchOfferStatusCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateWatchRemoteApplicationRelationsCall

type MockRemoteRelationsStateWatchRemoteApplicationRelationsCall struct {
	*gomock.Call
}

MockRemoteRelationsStateWatchRemoteApplicationRelationsCall wrap *gomock.Call

func (*MockRemoteRelationsStateWatchRemoteApplicationRelationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateWatchRemoteApplicationRelationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateWatchRemoteApplicationRelationsCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateWatchRemoteApplicationsCall

type MockRemoteRelationsStateWatchRemoteApplicationsCall struct {
	*gomock.Call
}

MockRemoteRelationsStateWatchRemoteApplicationsCall wrap *gomock.Call

func (*MockRemoteRelationsStateWatchRemoteApplicationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateWatchRemoteApplicationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateWatchRemoteApplicationsCall) Return

Return rewrite *gomock.Call.Return

type MockRemoteRelationsStateWatchRemoteRelationsCall

type MockRemoteRelationsStateWatchRemoteRelationsCall struct {
	*gomock.Call
}

MockRemoteRelationsStateWatchRemoteRelationsCall wrap *gomock.Call

func (*MockRemoteRelationsStateWatchRemoteRelationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockRemoteRelationsStateWatchRemoteRelationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRemoteRelationsStateWatchRemoteRelationsCall) Return

Return rewrite *gomock.Call.Return

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

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

func (*MockSecretService) UpdateRemoteSecretRevision

func (m *MockSecretService) UpdateRemoteSecretRevision(arg0 context.Context, arg1 *secrets.URI, arg2 int) error

UpdateRemoteSecretRevision mocks base method.

type MockSecretServiceMockRecorder

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

MockSecretServiceMockRecorder is the mock recorder for MockSecretService.

func (*MockSecretServiceMockRecorder) UpdateRemoteSecretRevision

func (mr *MockSecretServiceMockRecorder) UpdateRemoteSecretRevision(arg0, arg1, arg2 any) *MockSecretServiceUpdateRemoteSecretRevisionCall

UpdateRemoteSecretRevision indicates an expected call of UpdateRemoteSecretRevision.

type MockSecretServiceUpdateRemoteSecretRevisionCall

type MockSecretServiceUpdateRemoteSecretRevisionCall struct {
	*gomock.Call
}

MockSecretServiceUpdateRemoteSecretRevisionCall wrap *gomock.Call

func (*MockSecretServiceUpdateRemoteSecretRevisionCall) Do

Do rewrite *gomock.Call.Do

func (*MockSecretServiceUpdateRemoteSecretRevisionCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockSecretServiceUpdateRemoteSecretRevisionCall) Return

Return rewrite *gomock.Call.Return

Jump to

Keyboard shortcuts

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