transform

package
v0.0.0-...-b00e0b0 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2018 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrorUnSupportedType = errors.New("unsupported type")
)

Functions

This section is empty.

Types

type ParameterScanner

type ParameterScanner struct {
	// contains filtered or unexported fields
}

func NewParameterScanner

func NewParameterScanner() *ParameterScanner

func (*ParameterScanner) Params

func (s *ParameterScanner) Params() url.Values

func (*ParameterScanner) Scan

func (s *ParameterScanner) Scan(rv reflect.Value) error

func (*ParameterScanner) SetParam

func (s *ParameterScanner) SetParam(key string, value string)

type PathWalker

type PathWalker struct {
	// contains filtered or unexported fields
}

func (*PathWalker) Current

func (pw *PathWalker) Current() string

func (*PathWalker) Enter

func (pw *PathWalker) Enter(i interface{})

func (*PathWalker) Exit

func (pw *PathWalker) Exit()

func (*PathWalker) Paths

func (pw *PathWalker) Paths() []interface{}

type Transport

type Transport = func(rt http.RoundTripper) http.RoundTripper

func ComposeTransports

func ComposeTransports(transports ...Transport) Transport

Jump to

Keyboard shortcuts

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