fakes

package
v0.2.116 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HostKey

type HostKey struct {
	GetCall struct {
		CallCount int
		Receives  struct {
			Username   string
			PrivateKey string
			ServerURL  string
		}
		Returns struct {
			PublicKey ssh.PublicKey
			Error     error
		}
	}
}

func (*HostKey) Get

func (h *HostKey) Get(username, privateKey, serverURL string) (ssh.PublicKey, error)

Jump to

Keyboard shortcuts

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