server

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2019 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config added in v0.6.0

type Config struct {
	Host        string `toml:"host"`
	ListenAddr  string `toml:"listen_addr"`
	ClientCAKey string `toml:"client_ca_key"`
	ClientCACrt string `toml:"client_ca_crt"`
	Key         string `toml:"key"`
	Crt         string `toml:"crt"`
	Path        string `toml:"path"`
	WebRoot     string `toml:"web_root"`
	WebKey      string `toml:"web_key"`
	WebCrt      string `toml:"web_crt"`
	WebHost     string `toml:"web_host"`
	Crl         string `toml:"crl"`
}

func New

func New(path string) (Config, error)

Jump to

Keyboard shortcuts

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