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) 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 ¶
Click to show internal directories.
Click to hide internal directories.