Documentation
¶
Index ¶
- type Environment
- func (e *Environment) Destroy() error
- func (e *Environment) NewClient(signer ssh.Signer) *sdk.RelayClient
- func (e *Environment) NewEd25519Keypair() ssh.Signer
- func (e *Environment) NewRSAKeypair() ssh.Signer
- func (e *Environment) SpawnAgent(authorizedKeys ...ssh.PublicKey)
- func (e *Environment) SpawnRelay()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
func NewEnvironment ¶
func NewEnvironment() (*Environment, error)
func (*Environment) Destroy ¶
func (e *Environment) Destroy() error
func (*Environment) NewClient ¶
func (e *Environment) NewClient(signer ssh.Signer) *sdk.RelayClient
func (*Environment) NewEd25519Keypair ¶
func (e *Environment) NewEd25519Keypair() ssh.Signer
func (*Environment) NewRSAKeypair ¶
func (e *Environment) NewRSAKeypair() ssh.Signer
func (*Environment) SpawnAgent ¶
func (e *Environment) SpawnAgent(authorizedKeys ...ssh.PublicKey)
func (*Environment) SpawnRelay ¶
func (e *Environment) SpawnRelay()
Click to show internal directories.
Click to hide internal directories.