protocol

package
v0.0.0-...-4d3f714 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//ErrNilResult is of type error
	ErrNilResult = errors.New("result is nil")
	//ErrUnknown is of type string which returns unknown error
	ErrUnknown = ProxyError{"Unknown Error,instance is not selected, error is nil"}
	//ErrUnExpectedHandlerChainResponse is of type string which returns unexpected handler error
	ErrUnExpectedHandlerChainResponse = ProxyError{"Response from Handler chain is nil,better to check if handler chain is empty, or some handler just return a nil response"}
)

Functions

This section is empty.

Types

type ProxyError

type ProxyError struct {
	Message string
}

ProxyError is a struct

func (ProxyError) Error

func (e ProxyError) Error() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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