mediatek

package
v0.0.0-...-c88c7c2 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2024 License: MPL-2.0 Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSSHClient

func NewSSHClient(config SSHConfig) (dsl.Client, error)

func NewTelnetClient

func NewTelnetClient(config TelnetConfig) (dsl.Client, error)

Types

type SSHConfig

type SSHConfig struct {
	Host        string
	User        string
	Password    dsl.PasswordCallback
	PrivateKeys dsl.PrivateKeysCallback
	KnownHosts  string
}

type TelnetConfig

type TelnetConfig struct {
	Host     string
	User     string
	Password dsl.PasswordCallback
}

Jump to

Keyboard shortcuts

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