external

package
v0.0.0-...-43dd199 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2019 License: Apache-2.0 Imports: 1 Imported by: 4

Documentation

Overview

Package external defines interfaces for external package types.

The interfaces are used for dependency injection to improve testability.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Doer

type Doer interface {
	Do(*http.Request) (*http.Response, error)
}

Doer executes arbitrary HTTP requests, ans is usually a *http.Client.

Jump to

Keyboard shortcuts

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