cmd

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const Version = "unknown version"

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type Tunnel

type Tunnel struct {
	Local      string `yaml:"local"`
	Remote     string `yaml:"remote"`
	Server     string `yaml:"server"`
	User       string `yaml:"user"`
	Password   string `yaml:"password"`
	PrivateKey string `yaml:"privateKey"`
}

type TunnelConfig

type TunnelConfig struct {
	Server     string   `yaml:"server"`
	User       string   `yaml:"user"`
	Password   string   `yaml:"password"`
	PrivateKey string   `yaml:"privateKey"`
	Tunnels    []Tunnel `yaml:"tunnels"`
}

type YapiConfig

type YapiConfig struct {
	Host     string       `yaml:"host" json:"host"`
	Projects YapiProjects `yaml:"projects" json:"projects"`
}

type YapiProjects

type YapiProjects map[string]string

Jump to

Keyboard shortcuts

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