host

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ConnectTypePassword       = "PASSWORD"
	ConnectTypePrivateKeyFile = "FILE"
	ConnectTypes              = []string{
		ConnectTypePassword,
		ConnectTypePrivateKeyFile,
	}
)

Functions

This section is empty.

Types

type Address

type Address struct {
	Host        string
	Port        string
	Username    string
	ConnectType *string
	Password    *string
}

func Parse

func Parse(address string) (Address, error)

Jump to

Keyboard shortcuts

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