config

package
v1.29.0 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package config xxx

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertConfig

type CertConfig struct {
	CAFile     string
	CertFile   string
	KeyFile    string
	CertPasswd string
	IsSSL      bool
}

CertConfig is configuration of Cert

type ConsoleProxyConfig

type ConsoleProxyConfig struct {
	Address        string
	Port           int
	ServCert       *CertConfig
	DockerEndpoint string
	Privilege      bool
	Cmd            []string
	Tty            bool
	Ips            []string
	IsAuth         bool
	IsOneSeesion   bool
}

ConsoleProxyConfig Config is a configuration

func NewConsoleProxyConfig

func NewConsoleProxyConfig() ConsoleProxyConfig

NewConsoleProxyConfig create a config object

Jump to

Keyboard shortcuts

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