interfaces

package
v0.0.0-...-1eb3a04 Latest Latest
Warning

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

Go to latest
Published: May 2, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Basic

type Basic interface {
	NewRequests(count int)
	Req(i int) Req
	NewClient(url *url.URL) (Client, error)
}

type Client

type Client interface {
	Send(Req, []byte) error
}

type Req

type Req interface{}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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