bean

package
v0.0.15-beta1 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProxyConfig

type ProxyConfig struct {
	ProxyUrl string `json:"proxyUrl,omitempty"`
}

type SSHTunnelConfig

type SSHTunnelConfig struct {
	SSHServerAddress string `json:"SSHServerAddress,omitempty"`
	SSHUsername      string `json:"SSHUsername,omitempty"`
	SSHPassword      string `json:"SSHPassword,omitempty"`
	SSHAuthKey       string `json:"SSHAuthKey,omitempty"`
}

type ServerConnectionConfigBean

type ServerConnectionConfigBean struct {
	ConnectionMethod ServerConnectionMethod `json:"connectionMethod,omitempty"`
	ProxyConfig      ProxyConfig            `json:"proxyConfig,omitempty"`
	SSHTunnelConfig  SSHTunnelConfig        `json:"SSHConfig,omitempty"`
}

type ServerConnectionMethod

type ServerConnectionMethod string
const (
	ServerConnectionMethodProxy ServerConnectionMethod = "PROXY"
	ServerConnectionMethodSSH   ServerConnectionMethod = "SSH"
)

Jump to

Keyboard shortcuts

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