client

package
v0.3.7 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2020 License: Apache-2.0 Imports: 12 Imported by: 1

Documentation

Index

Constants

View Source
const (
	DeviceUIDHeader = "X-Device-UID"

	ConnectionFailedErr = "Connection failed"
	NotFoundErr         = "Not found"
	UnknownErr          = "Unknown error"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	// contains filtered or unexported methods
}

func NewClient

func NewClient(opts ...Opt) Client

type Opt

type Opt func(*client) error

func WithHost

func WithHost(host string) Opt

func WithPort

func WithPort(port int) Opt

func WithScheme added in v0.3.2

func WithScheme(scheme string) Opt

func WithURL added in v0.3.2

func WithURL(u *url.URL) Opt

Jump to

Keyboard shortcuts

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