types

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2020 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileZillaData

type FileZillaData struct {
	Host string `json:"host"`
	Port string `json:"port"`
	User string `json:"user"`
	Pass string `json:"pass"`
}

type MobaData

type MobaData struct {
	HostName    string `json:"hostname"`
	User        string `json:"user"`
	KeyLocation string `json:"keylocation"`
	Port        string `json:"port"`
	Key         string `json:"key"`
}

type OpensshData

type OpensshData struct {
	Hosts []string `json:"hosts"`
	Keys  []string `json:"keys"`
}

type PuttyData

type PuttyData struct {
	HostName string `json:"hostname"`
	UserName string `json:"username"`
	Key      string `json:"key"`
}

Jump to

Keyboard shortcuts

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