mocks

package
v0.0.0-...-6659799 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2023 License: Apache-2.0 Imports: 3 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 MocksshKeyParser

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

MocksshKeyParser is a mock of sshKeyParser interface.

func NewMocksshKeyParser

func NewMocksshKeyParser(ctrl *gomock.Controller) *MocksshKeyParser

NewMocksshKeyParser creates a new mock instance.

func (*MocksshKeyParser) EXPECT

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

func (*MocksshKeyParser) FromDOTTYKey

func (m *MocksshKeyParser) FromDOTTYKey(key string) (*sysaccess.SSHKey, error)

FromDOTTYKey mocks base method.

func (*MocksshKeyParser) FromPublicKey

func (m *MocksshKeyParser) FromPublicKey(key string) (*sysaccess.SSHKey, error)

FromPublicKey mocks base method.

type MocksshKeyParserMockRecorder

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

MocksshKeyParserMockRecorder is the mock recorder for MocksshKeyParser.

func (*MocksshKeyParserMockRecorder) FromDOTTYKey

func (mr *MocksshKeyParserMockRecorder) FromDOTTYKey(key interface{}) *gomock.Call

FromDOTTYKey indicates an expected call of FromDOTTYKey.

func (*MocksshKeyParserMockRecorder) FromPublicKey

func (mr *MocksshKeyParserMockRecorder) FromPublicKey(key interface{}) *gomock.Call

FromPublicKey indicates an expected call of FromPublicKey.

type MocksshManager

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

MocksshManager is a mock of sshManager interface.

func NewMocksshManager

func NewMocksshManager(ctrl *gomock.Controller) *MocksshManager

NewMocksshManager creates a new mock instance.

func (*MocksshManager) DisableManagedDropletKeys

func (m *MocksshManager) DisableManagedDropletKeys()

DisableManagedDropletKeys mocks base method.

func (*MocksshManager) EXPECT

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

func (*MocksshManager) EnableManagedDropletKeys

func (m *MocksshManager) EnableManagedDropletKeys()

EnableManagedDropletKeys mocks base method.

func (*MocksshManager) RemoveDOTTYKeys

func (m *MocksshManager) RemoveDOTTYKeys() error

RemoveDOTTYKeys mocks base method.

func (*MocksshManager) UpdateKeys

func (m *MocksshManager) UpdateKeys(keys []*sysaccess.SSHKey) error

UpdateKeys mocks base method.

type MocksshManagerMockRecorder

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

MocksshManagerMockRecorder is the mock recorder for MocksshManager.

func (*MocksshManagerMockRecorder) DisableManagedDropletKeys

func (mr *MocksshManagerMockRecorder) DisableManagedDropletKeys() *gomock.Call

DisableManagedDropletKeys indicates an expected call of DisableManagedDropletKeys.

func (*MocksshManagerMockRecorder) EnableManagedDropletKeys

func (mr *MocksshManagerMockRecorder) EnableManagedDropletKeys() *gomock.Call

EnableManagedDropletKeys indicates an expected call of EnableManagedDropletKeys.

func (*MocksshManagerMockRecorder) RemoveDOTTYKeys

func (mr *MocksshManagerMockRecorder) RemoveDOTTYKeys() *gomock.Call

RemoveDOTTYKeys indicates an expected call of RemoveDOTTYKeys.

func (*MocksshManagerMockRecorder) UpdateKeys

func (mr *MocksshManagerMockRecorder) UpdateKeys(keys interface{}) *gomock.Call

UpdateKeys indicates an expected call of UpdateKeys.

Jump to

Keyboard shortcuts

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