reverseproxy

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Start(ctx context.Context, eg *errgroup.Group, local Local, remote Remote)
}

type Local

type Local struct {
	Addr string
}

type Remote

type Remote struct {
	Transport http.RoundTripper
	Scheme    string
	Port      int
}

type ReverseProxy

type ReverseProxy struct {
}

func (*ReverseProxy) Start

func (*ReverseProxy) Start(ctx context.Context, eg *errgroup.Group, local Local, remote Remote)

Jump to

Keyboard shortcuts

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