types

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2019 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 Option added in v0.1.3

type Option interface {
	ApplyToRequest(req *rest.Request) *rest.Request
}

Option provide optional entities that are not frequently changed while making requests

type Options

type Options struct {
	Header url.Values
	Params QueryParameters
}

Options ...

func (*Options) ApplyToRequest added in v0.1.3

func (options *Options) ApplyToRequest(req *rest.Request) *rest.Request

ApplyToRequest apply options to rest request

type QueryParameters

type QueryParameters map[string]string

QueryParameters ...

Jump to

Keyboard shortcuts

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