mocks

package
v0.0.0-...-298751d Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: AGPL-3.0 Imports: 5 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 MockAuthorizer

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

MockAuthorizer is a mock of Authorizer interface.

func NewMockAuthorizer

func NewMockAuthorizer(ctrl *gomock.Controller) *MockAuthorizer

NewMockAuthorizer creates a new mock instance.

func (*MockAuthorizer) AuthApplicationAgent

func (m *MockAuthorizer) AuthApplicationAgent() bool

AuthApplicationAgent mocks base method.

func (*MockAuthorizer) AuthClient

func (m *MockAuthorizer) AuthClient() bool

AuthClient mocks base method.

func (*MockAuthorizer) AuthController

func (m *MockAuthorizer) AuthController() bool

AuthController mocks base method.

func (*MockAuthorizer) AuthMachineAgent

func (m *MockAuthorizer) AuthMachineAgent() bool

AuthMachineAgent mocks base method.

func (*MockAuthorizer) AuthModelAgent

func (m *MockAuthorizer) AuthModelAgent() bool

AuthModelAgent mocks base method.

func (*MockAuthorizer) AuthOwner

func (m *MockAuthorizer) AuthOwner(arg0 names.Tag) bool

AuthOwner mocks base method.

func (*MockAuthorizer) AuthUnitAgent

func (m *MockAuthorizer) AuthUnitAgent() bool

AuthUnitAgent mocks base method.

func (*MockAuthorizer) ConnectedModel

func (m *MockAuthorizer) ConnectedModel() string

ConnectedModel mocks base method.

func (*MockAuthorizer) EXPECT

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

func (*MockAuthorizer) EntityHasPermission

func (m *MockAuthorizer) EntityHasPermission(arg0 names.Tag, arg1 permission.Access, arg2 names.Tag) error

EntityHasPermission mocks base method.

func (*MockAuthorizer) GetAuthTag

func (m *MockAuthorizer) GetAuthTag() names.Tag

GetAuthTag mocks base method.

func (*MockAuthorizer) HasPermission

func (m *MockAuthorizer) HasPermission(arg0 permission.Access, arg1 names.Tag) error

HasPermission mocks base method.

type MockAuthorizerMockRecorder

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

MockAuthorizerMockRecorder is the mock recorder for MockAuthorizer.

func (*MockAuthorizerMockRecorder) AuthApplicationAgent

func (mr *MockAuthorizerMockRecorder) AuthApplicationAgent() *gomock.Call

AuthApplicationAgent indicates an expected call of AuthApplicationAgent.

func (*MockAuthorizerMockRecorder) AuthClient

func (mr *MockAuthorizerMockRecorder) AuthClient() *gomock.Call

AuthClient indicates an expected call of AuthClient.

func (*MockAuthorizerMockRecorder) AuthController

func (mr *MockAuthorizerMockRecorder) AuthController() *gomock.Call

AuthController indicates an expected call of AuthController.

func (*MockAuthorizerMockRecorder) AuthMachineAgent

func (mr *MockAuthorizerMockRecorder) AuthMachineAgent() *gomock.Call

AuthMachineAgent indicates an expected call of AuthMachineAgent.

func (*MockAuthorizerMockRecorder) AuthModelAgent

func (mr *MockAuthorizerMockRecorder) AuthModelAgent() *gomock.Call

AuthModelAgent indicates an expected call of AuthModelAgent.

func (*MockAuthorizerMockRecorder) AuthOwner

func (mr *MockAuthorizerMockRecorder) AuthOwner(arg0 any) *gomock.Call

AuthOwner indicates an expected call of AuthOwner.

func (*MockAuthorizerMockRecorder) AuthUnitAgent

func (mr *MockAuthorizerMockRecorder) AuthUnitAgent() *gomock.Call

AuthUnitAgent indicates an expected call of AuthUnitAgent.

func (*MockAuthorizerMockRecorder) ConnectedModel

func (mr *MockAuthorizerMockRecorder) ConnectedModel() *gomock.Call

ConnectedModel indicates an expected call of ConnectedModel.

func (*MockAuthorizerMockRecorder) EntityHasPermission

func (mr *MockAuthorizerMockRecorder) EntityHasPermission(arg0, arg1, arg2 any) *gomock.Call

EntityHasPermission indicates an expected call of EntityHasPermission.

func (*MockAuthorizerMockRecorder) GetAuthTag

func (mr *MockAuthorizerMockRecorder) GetAuthTag() *gomock.Call

GetAuthTag indicates an expected call of GetAuthTag.

func (*MockAuthorizerMockRecorder) HasPermission

func (mr *MockAuthorizerMockRecorder) HasPermission(arg0, arg1 any) *gomock.Call

HasPermission indicates an expected call of HasPermission.

type MockResources

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

MockResources is a mock of Resources interface.

func NewMockResources

func NewMockResources(ctrl *gomock.Controller) *MockResources

NewMockResources creates a new mock instance.

func (*MockResources) EXPECT

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

func (*MockResources) Get

func (m *MockResources) Get(arg0 string) facade.Resource

Get mocks base method.

func (*MockResources) Register

func (m *MockResources) Register(arg0 facade.Resource) string

Register mocks base method.

func (*MockResources) Stop

func (m *MockResources) Stop(arg0 string) error

Stop mocks base method.

type MockResourcesMockRecorder

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

MockResourcesMockRecorder is the mock recorder for MockResources.

func (*MockResourcesMockRecorder) Get

func (mr *MockResourcesMockRecorder) Get(arg0 any) *gomock.Call

Get indicates an expected call of Get.

func (*MockResourcesMockRecorder) Register

func (mr *MockResourcesMockRecorder) Register(arg0 any) *gomock.Call

Register indicates an expected call of Register.

func (*MockResourcesMockRecorder) Stop

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

Stop indicates an expected call of Stop.

Jump to

Keyboard shortcuts

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