common

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActiveMQPassWord added in v0.0.2

type ActiveMQPassWord struct {
	UserName string `table:"UserName"`
	PassWord string `table:"Password"`
	Role     string `table:"Role"`
}

type BrowserPassword

type BrowserPassword struct {
	BrowserName string `table:"BrowserName"`
	UserName    string `table:"UserName"`
	PassWord    string `table:"Password"`
	LoginUrl    string `table:"LoginUrl"`
	CreateDate  string `table:"CreateDate"`
}

type DockerHubPassWord

type DockerHubPassWord struct {
	Hub      string `table:"Hub Address"`
	UserName string `table:"UserName"`
	PassWord string `table:"Password"`
}

type FileZillaPassWord

type FileZillaPassWord struct {
	HostName   string `table:"Host"`
	PortNumber string `table:"Port"`
	UserName   string `table:"UserName"`
	PassWord   string `table:"Password"`
}
type NavicatPassWord struct {
	DbType         string `table:"DbType"`
	ConnectionName string `table:"ConnectionName"`
	Host           string `table:"Host"`
	Port           string `table:"Port"`
	Username       string `table:"UserName"`
	Pwd            string `table:"Password"`
}

type SeeyonPassWord

type SeeyonPassWord struct {
	DbType   string `table:"Type"`
	DbName   string `table:"Database Name"`
	Host     string `table:"Host(:Port)"`
	Username string `table:"UserName"`
	Pwd      string `table:"Password"`
}

type TomcatPassWord added in v0.0.2

type TomcatPassWord struct {
	UserName string `table:"UserName"`
	PassWord string `table:"Password"`
}

type WinCred added in v0.0.4

type WinCred struct {
	TargetName string `table:"Target"`
	UserName   string `table:"UserName"`
	PassWord   string `table:"Password"`
}

type WinScpPassWord

type WinScpPassWord struct {
	HostName   string `table:"Host"`
	PortNumber string `table:"Port"`
	UserName   string `table:"UserName"`
	PassWord   string `table:"Password"`
}

type XShellPassWord added in v0.0.3

type XShellPassWord struct {
	HostName   string `table:"Host"`
	PortNumber string `table:"Port"`
	UserName   string `table:"UserName"`
	PassWord   string `table:"Password"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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