client

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPClient added in v0.0.2

type HTTPClient struct {
	// contains filtered or unexported fields
}

HTTPClient ...

func NewHTTPClient added in v0.0.2

func NewHTTPClient() HTTPClient

NewHTTPClient ...

func (HTTPClient) DoGetRequest added in v0.0.2

func (c HTTPClient) DoGetRequest(url string) ([]byte, error)

DoGetRequest ...

type Requester added in v0.0.2

type Requester interface {
	DoGetRequest(url string) ([]byte, error)
}

Requester ...

Jump to

Keyboard shortcuts

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