servers

package
v0.0.0-...-57d21b4 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 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 Builder

type Builder interface {
	SetDebugMode(debugMode bool) Builder
	PrefixStripperMiddleware(prefixToStrip string) Builder
	LoggerMiddleware() Builder
	RecoverMiddleware() Builder
	CORSMiddleware(allowOrigins, allowMethods, allowHeaders []string) Builder
	ResponseDelayMiddleware(responseDelay time.Duration) Builder
	CreateJWTMiddleware(tokenContextKey, secretKey string) Builder
	AddAPI(publicAPIOut *apis.API) Builder
	AddJWTAPI(authedAPIOut *apis.API) Builder

	BuildAndRun(address string) error
}

Builder is used to simplify the creation of a basic API server

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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