request

package
v2.2.4+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2018 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestManger

type RequestManger interface {
	Get(ctx context.Context, url string) (resp *http.Response, body string, err error)
	Post(ctx context.Context, url string, data interface{}) (resp *http.Response, body string, err error)
}

func New

func New(sessionManager session.SessionManager) (RequestManger, error)

Directories

Path Synopsis
Code generated by mockery v1.0.0
Code generated by mockery v1.0.0

Jump to

Keyboard shortcuts

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