config

package
v0.0.0-...-f353867 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2017 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SUPPORTED_ALGORITHMS = map[string]interface{}{
	"SHA256": crypto.SHA256,
	"SHA512": crypto.SHA512,
}
View Source
var SUPPORT_ALGORITHMS_LOOKUP = map[crypto.Hash]string{
	crypto.SHA256: "SHA256",
	crypto.SHA512: "SHA512",
}

Functions

func Defaults

func Defaults()

Defaults generates a set of default configuration options

func Local

func Local() map[string]interface{}

Local fixes an issue where config files make nested values in the same map disappear.

func Metrics

func Metrics() map[string]interface{}

Metrics fixes an issue where config files make nested values in the same map disappear.

Types

This section is empty.

Jump to

Keyboard shortcuts

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