mocks

package
v0.0.0-...-9ec3720 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2021 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 MockRelation

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

MockRelation is a mock of Relation interface

func NewMockRelation

func NewMockRelation(ctrl *gomock.Controller) *MockRelation

NewMockRelation creates a new mock instance

func (*MockRelation) EXPECT

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

func (*MockRelation) Endpoint

func (m *MockRelation) Endpoint() (*uniter.Endpoint, error)

Endpoint mocks base method

func (*MockRelation) Id

func (m *MockRelation) Id() int

Id mocks base method

func (*MockRelation) Life

func (m *MockRelation) Life() life.Value

Life mocks base method

func (*MockRelation) OtherApplication

func (m *MockRelation) OtherApplication() string

OtherApplication mocks base method

func (*MockRelation) Refresh

func (m *MockRelation) Refresh() error

Refresh mocks base method

func (*MockRelation) SetStatus

func (m *MockRelation) SetStatus(arg0 relation.Status) error

SetStatus mocks base method

func (*MockRelation) String

func (m *MockRelation) String() string

String mocks base method

func (*MockRelation) Suspended

func (m *MockRelation) Suspended() bool

Suspended mocks base method

func (*MockRelation) Tag

func (m *MockRelation) Tag() names.RelationTag

Tag mocks base method

func (*MockRelation) Unit

Unit mocks base method

func (*MockRelation) UpdateSuspended

func (m *MockRelation) UpdateSuspended(arg0 bool)

UpdateSuspended mocks base method

type MockRelationMockRecorder

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

MockRelationMockRecorder is the mock recorder for MockRelation

func (*MockRelationMockRecorder) Endpoint

func (mr *MockRelationMockRecorder) Endpoint() *gomock.Call

Endpoint indicates an expected call of Endpoint

func (*MockRelationMockRecorder) Id

Id indicates an expected call of Id

func (*MockRelationMockRecorder) Life

func (mr *MockRelationMockRecorder) Life() *gomock.Call

Life indicates an expected call of Life

func (*MockRelationMockRecorder) OtherApplication

func (mr *MockRelationMockRecorder) OtherApplication() *gomock.Call

OtherApplication indicates an expected call of OtherApplication

func (*MockRelationMockRecorder) Refresh

func (mr *MockRelationMockRecorder) Refresh() *gomock.Call

Refresh indicates an expected call of Refresh

func (*MockRelationMockRecorder) SetStatus

func (mr *MockRelationMockRecorder) SetStatus(arg0 interface{}) *gomock.Call

SetStatus indicates an expected call of SetStatus

func (*MockRelationMockRecorder) String

func (mr *MockRelationMockRecorder) String() *gomock.Call

String indicates an expected call of String

func (*MockRelationMockRecorder) Suspended

func (mr *MockRelationMockRecorder) Suspended() *gomock.Call

Suspended indicates an expected call of Suspended

func (*MockRelationMockRecorder) Tag

Tag indicates an expected call of Tag

func (*MockRelationMockRecorder) Unit

func (mr *MockRelationMockRecorder) Unit(arg0 interface{}) *gomock.Call

Unit indicates an expected call of Unit

func (*MockRelationMockRecorder) UpdateSuspended

func (mr *MockRelationMockRecorder) UpdateSuspended(arg0 interface{}) *gomock.Call

UpdateSuspended indicates an expected call of UpdateSuspended

type MockRelationStateTracker

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

MockRelationStateTracker is a mock of RelationStateTracker interface

func NewMockRelationStateTracker

func NewMockRelationStateTracker(ctrl *gomock.Controller) *MockRelationStateTracker

NewMockRelationStateTracker creates a new mock instance

func (*MockRelationStateTracker) CommitHook

func (m *MockRelationStateTracker) CommitHook(arg0 hook.Info) error

CommitHook mocks base method

func (*MockRelationStateTracker) EXPECT

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

func (*MockRelationStateTracker) GetInfo

GetInfo mocks base method

func (*MockRelationStateTracker) HasContainerScope

func (m *MockRelationStateTracker) HasContainerScope(arg0 int) (bool, error)

HasContainerScope mocks base method

func (*MockRelationStateTracker) IsImplicit

func (m *MockRelationStateTracker) IsImplicit(arg0 int) (bool, error)

IsImplicit mocks base method

func (*MockRelationStateTracker) IsKnown

func (m *MockRelationStateTracker) IsKnown(arg0 int) bool

IsKnown mocks base method

func (*MockRelationStateTracker) IsPeerRelation

func (m *MockRelationStateTracker) IsPeerRelation(arg0 int) (bool, error)

IsPeerRelation mocks base method

func (*MockRelationStateTracker) LocalUnitAndApplicationLife

func (m *MockRelationStateTracker) LocalUnitAndApplicationLife() (life.Value, life.Value, error)

LocalUnitAndApplicationLife mocks base method

func (*MockRelationStateTracker) LocalUnitName

func (m *MockRelationStateTracker) LocalUnitName() string

LocalUnitName mocks base method

func (*MockRelationStateTracker) Name

func (m *MockRelationStateTracker) Name(arg0 int) (string, error)

Name mocks base method

func (*MockRelationStateTracker) PrepareHook

func (m *MockRelationStateTracker) PrepareHook(arg0 hook.Info) (string, error)

PrepareHook mocks base method

func (*MockRelationStateTracker) RelationCreated

func (m *MockRelationStateTracker) RelationCreated(arg0 int) bool

RelationCreated mocks base method

func (*MockRelationStateTracker) RemoteApplication

func (m *MockRelationStateTracker) RemoteApplication(arg0 int) string

RemoteApplication mocks base method

func (*MockRelationStateTracker) State

func (m *MockRelationStateTracker) State(arg0 int) (*relation.State, error)

State mocks base method

func (*MockRelationStateTracker) StateFound

func (m *MockRelationStateTracker) StateFound(arg0 int) bool

StateFound mocks base method

func (*MockRelationStateTracker) SynchronizeScopes

func (m *MockRelationStateTracker) SynchronizeScopes(arg0 remotestate.Snapshot) error

SynchronizeScopes mocks base method

type MockRelationStateTrackerMockRecorder

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

MockRelationStateTrackerMockRecorder is the mock recorder for MockRelationStateTracker

func (*MockRelationStateTrackerMockRecorder) CommitHook

func (mr *MockRelationStateTrackerMockRecorder) CommitHook(arg0 interface{}) *gomock.Call

CommitHook indicates an expected call of CommitHook

func (*MockRelationStateTrackerMockRecorder) GetInfo

GetInfo indicates an expected call of GetInfo

func (*MockRelationStateTrackerMockRecorder) HasContainerScope

func (mr *MockRelationStateTrackerMockRecorder) HasContainerScope(arg0 interface{}) *gomock.Call

HasContainerScope indicates an expected call of HasContainerScope

func (*MockRelationStateTrackerMockRecorder) IsImplicit

func (mr *MockRelationStateTrackerMockRecorder) IsImplicit(arg0 interface{}) *gomock.Call

IsImplicit indicates an expected call of IsImplicit

func (*MockRelationStateTrackerMockRecorder) IsKnown

func (mr *MockRelationStateTrackerMockRecorder) IsKnown(arg0 interface{}) *gomock.Call

IsKnown indicates an expected call of IsKnown

func (*MockRelationStateTrackerMockRecorder) IsPeerRelation

func (mr *MockRelationStateTrackerMockRecorder) IsPeerRelation(arg0 interface{}) *gomock.Call

IsPeerRelation indicates an expected call of IsPeerRelation

func (*MockRelationStateTrackerMockRecorder) LocalUnitAndApplicationLife

func (mr *MockRelationStateTrackerMockRecorder) LocalUnitAndApplicationLife() *gomock.Call

LocalUnitAndApplicationLife indicates an expected call of LocalUnitAndApplicationLife

func (*MockRelationStateTrackerMockRecorder) LocalUnitName

func (mr *MockRelationStateTrackerMockRecorder) LocalUnitName() *gomock.Call

LocalUnitName indicates an expected call of LocalUnitName

func (*MockRelationStateTrackerMockRecorder) Name

func (mr *MockRelationStateTrackerMockRecorder) Name(arg0 interface{}) *gomock.Call

Name indicates an expected call of Name

func (*MockRelationStateTrackerMockRecorder) PrepareHook

func (mr *MockRelationStateTrackerMockRecorder) PrepareHook(arg0 interface{}) *gomock.Call

PrepareHook indicates an expected call of PrepareHook

func (*MockRelationStateTrackerMockRecorder) RelationCreated

func (mr *MockRelationStateTrackerMockRecorder) RelationCreated(arg0 interface{}) *gomock.Call

RelationCreated indicates an expected call of RelationCreated

func (*MockRelationStateTrackerMockRecorder) RemoteApplication

func (mr *MockRelationStateTrackerMockRecorder) RemoteApplication(arg0 interface{}) *gomock.Call

RemoteApplication indicates an expected call of RemoteApplication

func (*MockRelationStateTrackerMockRecorder) State

func (mr *MockRelationStateTrackerMockRecorder) State(arg0 interface{}) *gomock.Call

State indicates an expected call of State

func (*MockRelationStateTrackerMockRecorder) StateFound

func (mr *MockRelationStateTrackerMockRecorder) StateFound(arg0 interface{}) *gomock.Call

StateFound indicates an expected call of StateFound

func (*MockRelationStateTrackerMockRecorder) SynchronizeScopes

func (mr *MockRelationStateTrackerMockRecorder) SynchronizeScopes(arg0 interface{}) *gomock.Call

SynchronizeScopes indicates an expected call of SynchronizeScopes

type MockRelationUnit

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

MockRelationUnit is a mock of RelationUnit interface

func NewMockRelationUnit

func NewMockRelationUnit(ctrl *gomock.Controller) *MockRelationUnit

NewMockRelationUnit creates a new mock instance

func (*MockRelationUnit) ApplicationSettings

func (m *MockRelationUnit) ApplicationSettings() (*uniter.Settings, error)

ApplicationSettings mocks base method

func (*MockRelationUnit) EXPECT

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

func (*MockRelationUnit) Endpoint

func (m *MockRelationUnit) Endpoint() uniter.Endpoint

Endpoint mocks base method

func (*MockRelationUnit) EnterScope

func (m *MockRelationUnit) EnterScope() error

EnterScope mocks base method

func (*MockRelationUnit) LeaveScope

func (m *MockRelationUnit) LeaveScope() error

LeaveScope mocks base method

func (*MockRelationUnit) ReadSettings

func (m *MockRelationUnit) ReadSettings(arg0 string) (params.Settings, error)

ReadSettings mocks base method

func (*MockRelationUnit) Relation

func (m *MockRelationUnit) Relation() relation0.Relation

Relation mocks base method

func (*MockRelationUnit) Settings

func (m *MockRelationUnit) Settings() (*uniter.Settings, error)

Settings mocks base method

func (*MockRelationUnit) UpdateRelationSettings

func (m *MockRelationUnit) UpdateRelationSettings(arg0, arg1 params.Settings) error

UpdateRelationSettings mocks base method

type MockRelationUnitMockRecorder

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

MockRelationUnitMockRecorder is the mock recorder for MockRelationUnit

func (*MockRelationUnitMockRecorder) ApplicationSettings

func (mr *MockRelationUnitMockRecorder) ApplicationSettings() *gomock.Call

ApplicationSettings indicates an expected call of ApplicationSettings

func (*MockRelationUnitMockRecorder) Endpoint

func (mr *MockRelationUnitMockRecorder) Endpoint() *gomock.Call

Endpoint indicates an expected call of Endpoint

func (*MockRelationUnitMockRecorder) EnterScope

func (mr *MockRelationUnitMockRecorder) EnterScope() *gomock.Call

EnterScope indicates an expected call of EnterScope

func (*MockRelationUnitMockRecorder) LeaveScope

func (mr *MockRelationUnitMockRecorder) LeaveScope() *gomock.Call

LeaveScope indicates an expected call of LeaveScope

func (*MockRelationUnitMockRecorder) ReadSettings

func (mr *MockRelationUnitMockRecorder) ReadSettings(arg0 interface{}) *gomock.Call

ReadSettings indicates an expected call of ReadSettings

func (*MockRelationUnitMockRecorder) Relation

func (mr *MockRelationUnitMockRecorder) Relation() *gomock.Call

Relation indicates an expected call of Relation

func (*MockRelationUnitMockRecorder) Settings

func (mr *MockRelationUnitMockRecorder) Settings() *gomock.Call

Settings indicates an expected call of Settings

func (*MockRelationUnitMockRecorder) UpdateRelationSettings

func (mr *MockRelationUnitMockRecorder) UpdateRelationSettings(arg0, arg1 interface{}) *gomock.Call

UpdateRelationSettings indicates an expected call of UpdateRelationSettings

type MockRelationer

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

MockRelationer is a mock of Relationer interface

func NewMockRelationer

func NewMockRelationer(ctrl *gomock.Controller) *MockRelationer

NewMockRelationer creates a new mock instance

func (*MockRelationer) CommitHook

func (m *MockRelationer) CommitHook(arg0 hook.Info) error

CommitHook mocks base method

func (*MockRelationer) ContextInfo

func (m *MockRelationer) ContextInfo() *context.RelationInfo

ContextInfo mocks base method

func (*MockRelationer) EXPECT

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

func (*MockRelationer) IsDying

func (m *MockRelationer) IsDying() bool

IsDying mocks base method

func (*MockRelationer) IsImplicit

func (m *MockRelationer) IsImplicit() bool

IsImplicit mocks base method

func (*MockRelationer) Join

func (m *MockRelationer) Join() error

Join mocks base method

func (*MockRelationer) PrepareHook

func (m *MockRelationer) PrepareHook(arg0 hook.Info) (string, error)

PrepareHook mocks base method

func (*MockRelationer) RelationUnit

func (m *MockRelationer) RelationUnit() relation.RelationUnit

RelationUnit mocks base method

func (*MockRelationer) SetDying

func (m *MockRelationer) SetDying() error

SetDying mocks base method

type MockRelationerMockRecorder

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

MockRelationerMockRecorder is the mock recorder for MockRelationer

func (*MockRelationerMockRecorder) CommitHook

func (mr *MockRelationerMockRecorder) CommitHook(arg0 interface{}) *gomock.Call

CommitHook indicates an expected call of CommitHook

func (*MockRelationerMockRecorder) ContextInfo

func (mr *MockRelationerMockRecorder) ContextInfo() *gomock.Call

ContextInfo indicates an expected call of ContextInfo

func (*MockRelationerMockRecorder) IsDying

func (mr *MockRelationerMockRecorder) IsDying() *gomock.Call

IsDying indicates an expected call of IsDying

func (*MockRelationerMockRecorder) IsImplicit

func (mr *MockRelationerMockRecorder) IsImplicit() *gomock.Call

IsImplicit indicates an expected call of IsImplicit

func (*MockRelationerMockRecorder) Join

Join indicates an expected call of Join

func (*MockRelationerMockRecorder) PrepareHook

func (mr *MockRelationerMockRecorder) PrepareHook(arg0 interface{}) *gomock.Call

PrepareHook indicates an expected call of PrepareHook

func (*MockRelationerMockRecorder) RelationUnit

func (mr *MockRelationerMockRecorder) RelationUnit() *gomock.Call

RelationUnit indicates an expected call of RelationUnit

func (*MockRelationerMockRecorder) SetDying

func (mr *MockRelationerMockRecorder) SetDying() *gomock.Call

SetDying indicates an expected call of SetDying

type MockStateManager

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

MockStateManager is a mock of StateManager interface

func NewMockStateManager

func NewMockStateManager(ctrl *gomock.Controller) *MockStateManager

NewMockStateManager creates a new mock instance

func (*MockStateManager) EXPECT

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

func (*MockStateManager) KnownIDs

func (m *MockStateManager) KnownIDs() []int

KnownIDs mocks base method

func (*MockStateManager) Relation

func (m *MockStateManager) Relation(arg0 int) (*relation.State, error)

Relation mocks base method

func (*MockStateManager) RelationFound

func (m *MockStateManager) RelationFound(arg0 int) bool

RelationFound mocks base method

func (*MockStateManager) RemoveRelation

func (m *MockStateManager) RemoveRelation(arg0 int, arg1 relation.UnitGetter, arg2 map[string]bool) error

RemoveRelation mocks base method

func (*MockStateManager) SetRelation

func (m *MockStateManager) SetRelation(arg0 *relation.State) error

SetRelation mocks base method

type MockStateManagerMockRecorder

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

MockStateManagerMockRecorder is the mock recorder for MockStateManager

func (*MockStateManagerMockRecorder) KnownIDs

func (mr *MockStateManagerMockRecorder) KnownIDs() *gomock.Call

KnownIDs indicates an expected call of KnownIDs

func (*MockStateManagerMockRecorder) Relation

func (mr *MockStateManagerMockRecorder) Relation(arg0 interface{}) *gomock.Call

Relation indicates an expected call of Relation

func (*MockStateManagerMockRecorder) RelationFound

func (mr *MockStateManagerMockRecorder) RelationFound(arg0 interface{}) *gomock.Call

RelationFound indicates an expected call of RelationFound

func (*MockStateManagerMockRecorder) RemoveRelation

func (mr *MockStateManagerMockRecorder) RemoveRelation(arg0, arg1, arg2 interface{}) *gomock.Call

RemoveRelation indicates an expected call of RemoveRelation

func (*MockStateManagerMockRecorder) SetRelation

func (mr *MockStateManagerMockRecorder) SetRelation(arg0 interface{}) *gomock.Call

SetRelation indicates an expected call of SetRelation

type MockStateTrackerState

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

MockStateTrackerState is a mock of StateTrackerState interface

func NewMockStateTrackerState

func NewMockStateTrackerState(ctrl *gomock.Controller) *MockStateTrackerState

NewMockStateTrackerState creates a new mock instance

func (*MockStateTrackerState) EXPECT

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

func (*MockStateTrackerState) Relation

Relation mocks base method

func (*MockStateTrackerState) RelationById

func (m *MockStateTrackerState) RelationById(arg0 int) (relation.Relation, error)

RelationById mocks base method

func (*MockStateTrackerState) Unit

Unit mocks base method

type MockStateTrackerStateMockRecorder

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

MockStateTrackerStateMockRecorder is the mock recorder for MockStateTrackerState

func (*MockStateTrackerStateMockRecorder) Relation

func (mr *MockStateTrackerStateMockRecorder) Relation(arg0 interface{}) *gomock.Call

Relation indicates an expected call of Relation

func (*MockStateTrackerStateMockRecorder) RelationById

func (mr *MockStateTrackerStateMockRecorder) RelationById(arg0 interface{}) *gomock.Call

RelationById indicates an expected call of RelationById

func (*MockStateTrackerStateMockRecorder) Unit

func (mr *MockStateTrackerStateMockRecorder) Unit(arg0 interface{}) *gomock.Call

Unit indicates an expected call of Unit

type MockSubordinateDestroyer

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

MockSubordinateDestroyer is a mock of SubordinateDestroyer interface

func NewMockSubordinateDestroyer

func NewMockSubordinateDestroyer(ctrl *gomock.Controller) *MockSubordinateDestroyer

NewMockSubordinateDestroyer creates a new mock instance

func (*MockSubordinateDestroyer) DestroyAllSubordinates

func (m *MockSubordinateDestroyer) DestroyAllSubordinates() error

DestroyAllSubordinates mocks base method

func (*MockSubordinateDestroyer) EXPECT

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

type MockSubordinateDestroyerMockRecorder

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

MockSubordinateDestroyerMockRecorder is the mock recorder for MockSubordinateDestroyer

func (*MockSubordinateDestroyerMockRecorder) DestroyAllSubordinates

func (mr *MockSubordinateDestroyerMockRecorder) DestroyAllSubordinates() *gomock.Call

DestroyAllSubordinates indicates an expected call of DestroyAllSubordinates

type MockUnit

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

MockUnit is a mock of Unit interface

func NewMockUnit

func NewMockUnit(ctrl *gomock.Controller) *MockUnit

NewMockUnit creates a new mock instance

func (*MockUnit) Application

func (m *MockUnit) Application() (relation0.Application, error)

Application mocks base method

func (*MockUnit) ApplicationTag

func (m *MockUnit) ApplicationTag() names.ApplicationTag

ApplicationTag mocks base method

func (*MockUnit) Destroy

func (m *MockUnit) Destroy() error

Destroy mocks base method

func (*MockUnit) EXPECT

func (m *MockUnit) EXPECT() *MockUnitMockRecorder

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

func (*MockUnit) Life

func (m *MockUnit) Life() life.Value

Life mocks base method

func (*MockUnit) Name

func (m *MockUnit) Name() string

Name mocks base method

func (*MockUnit) Refresh

func (m *MockUnit) Refresh() error

Refresh mocks base method

func (*MockUnit) RelationsStatus

func (m *MockUnit) RelationsStatus() ([]uniter.RelationStatus, error)

RelationsStatus mocks base method

func (*MockUnit) SetState

func (m *MockUnit) SetState(arg0 params.SetUnitStateArg) error

SetState mocks base method

func (*MockUnit) State

func (m *MockUnit) State() (params.UnitStateResult, error)

State mocks base method

func (*MockUnit) Tag

func (m *MockUnit) Tag() names.UnitTag

Tag mocks base method

func (*MockUnit) Watch

func (m *MockUnit) Watch() (watcher.NotifyWatcher, error)

Watch mocks base method

type MockUnitGetter

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

MockUnitGetter is a mock of UnitGetter interface

func NewMockUnitGetter

func NewMockUnitGetter(ctrl *gomock.Controller) *MockUnitGetter

NewMockUnitGetter creates a new mock instance

func (*MockUnitGetter) EXPECT

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

func (*MockUnitGetter) Unit

func (m *MockUnitGetter) Unit(arg0 names.UnitTag) (relation.Unit, error)

Unit mocks base method

type MockUnitGetterMockRecorder

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

MockUnitGetterMockRecorder is the mock recorder for MockUnitGetter

func (*MockUnitGetterMockRecorder) Unit

func (mr *MockUnitGetterMockRecorder) Unit(arg0 interface{}) *gomock.Call

Unit indicates an expected call of Unit

type MockUnitMockRecorder

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

MockUnitMockRecorder is the mock recorder for MockUnit

func (*MockUnitMockRecorder) Application

func (mr *MockUnitMockRecorder) Application() *gomock.Call

Application indicates an expected call of Application

func (*MockUnitMockRecorder) ApplicationTag

func (mr *MockUnitMockRecorder) ApplicationTag() *gomock.Call

ApplicationTag indicates an expected call of ApplicationTag

func (*MockUnitMockRecorder) Destroy

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

Destroy indicates an expected call of Destroy

func (*MockUnitMockRecorder) Life

func (mr *MockUnitMockRecorder) Life() *gomock.Call

Life indicates an expected call of Life

func (*MockUnitMockRecorder) Name

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

Name indicates an expected call of Name

func (*MockUnitMockRecorder) Refresh

func (mr *MockUnitMockRecorder) Refresh() *gomock.Call

Refresh indicates an expected call of Refresh

func (*MockUnitMockRecorder) RelationsStatus

func (mr *MockUnitMockRecorder) RelationsStatus() *gomock.Call

RelationsStatus indicates an expected call of RelationsStatus

func (*MockUnitMockRecorder) SetState

func (mr *MockUnitMockRecorder) SetState(arg0 interface{}) *gomock.Call

SetState indicates an expected call of SetState

func (*MockUnitMockRecorder) State

func (mr *MockUnitMockRecorder) State() *gomock.Call

State indicates an expected call of State

func (*MockUnitMockRecorder) Tag

func (mr *MockUnitMockRecorder) Tag() *gomock.Call

Tag indicates an expected call of Tag

func (*MockUnitMockRecorder) Watch

func (mr *MockUnitMockRecorder) Watch() *gomock.Call

Watch indicates an expected call of Watch

Jump to

Keyboard shortcuts

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