server

package
v0.0.0-...-ed08f4d Latest Latest
Warning

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

Go to latest
Published: May 31, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configure

type Configure struct {
	TLS struct {
		CAPath   string `yaml:"ca"`
		CertPath string `yaml:"cert"`
		KeyPath  string `yaml:"key"`
		CRLURL   string `yaml:"crlURL"`
	} `yaml:"tls"`
	LocalAddress string `yaml:"local"`
}

Configure define all settings here

func LoadConfigureFromPath

func LoadConfigureFromPath(filepath string) (configure *Configure, err error)

LoadConfigureFromPath load initialization

Jump to

Keyboard shortcuts

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