providers

package
v0.0.0-...-838a8ca Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Providers contains the configurations for each registered provider.
	Providers = make(map[string]Provider)

	// Names contains a list of registered provider names.
	Names = []string{}
)

Functions

func Register

func Register(name string, config Provider)

Register adds a provider configuration to the Providers list.

Types

type Provider

type Provider struct {
	Name    string
	Shim    bool
	Compile string
}

Provider represents configuration for a given provider.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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