bigipclient

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2018 License: Apache-2.0 Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BigIPClient added in v1.1.1

type BigIPClient struct {
	Client *http.Client
}

BigIPClient is a wrapper around an http client

func DefaultClient added in v1.1.1

func DefaultClient() *BigIPClient

DefaultClient returns a new default configured BIG-IP client

func (*BigIPClient) Get added in v1.1.1

func (c *BigIPClient) Get(url, user, pass string) ([]byte, error)

Get will attempt a HTTP GET request to the given URL and return a []byte with the response or an error.

type Client added in v1.1.1

type Client interface {
	Get(url, user, pass string) ([]byte, error)
}

Client interface for the BigIPClient

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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