shared

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

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

Go to latest
Published: Jun 30, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Response

type Response interface {
	Modify(URL string, method string, header map[string][]string, body []byte) ResponseResult
}

type ResponseResult

type ResponseResult struct {
	Header map[string][]string
	Body   []byte
}

type Result

type Result struct {
	Header       map[string][]string
	URL          string
	Status       int32
	ErrorMessage string
}

type Transport

type Transport interface {
	Transport(header map[string][]string, URL string, config map[string]string) Result
}

Jump to

Keyboard shortcuts

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