apifactory

package
v0.0.0-...-dcd1431 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2017 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticationProvider

type AuthenticationProvider interface{}

type AuthorizationProvider

type AuthorizationProvider interface{}

type ProviderConfig

type ProviderConfig struct {
}

type ScriptingProvider

type ScriptingProvider interface {
	Run()
}

type ServiceProvider

type ServiceProvider interface{}

type TracingEvent

type TracingEvent struct {
	RequestID  string // User? %u
	Scheme     string
	Host       string // %h
	Method     string // %r
	RequestURI string // %r
	Proto      string // %r
	RemoteAddr string // %l
	Status     int    // %s
	Bytes      int    // %b
	Duration   int64
}

type TracingProvider

type TracingProvider interface {
	Configure(*ProviderConfig) error
	Send(TracingEvent)
}

type TrafficControlProvider

type TrafficControlProvider interface{}

Jump to

Keyboard shortcuts

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