cmd

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type ClientConfig

type ClientConfig struct {
	RootCA    string `json:"RootCA"`
	CLientCrt string `json:"CLientCrt"`
	ClientKey string `json:"ClientKey"`
	Port      uint16 `json:"Port"`
	Server    string `json:"Server"`
}

type ServerOptions

type ServerOptions struct {
	RootCA    string `json:"RootCA"`
	ServerCrt string `json:"ServerCrt"`
	ServerKey string `json:"ServerKey"`
	Port      uint16 `json:"Port"`
	Listen    string `json:"Listen"`
}

Jump to

Keyboard shortcuts

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