proxy

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2021 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Config          config.Config
	CacheClient     cache.ClientInterface
	UserClient      user.ClientInterface
	AzureClient     azure.ClientInterface
	ClaimsClient    claims.ClientInterface
	DashboardClient dashboard.ClientInterface
	MetricsClient   metrics.ClientInterface
	HealthClient    health.ClientInterface
	CORSClient      cors.ClientInterface
}

Client ...

func (*Client) Start

func (client *Client) Start(ctx context.Context) error

Start launches the reverse proxy

type ClientInterface

type ClientInterface interface {
	Start(ctx context.Context) error
	// contains filtered or unexported methods
}

ClientInterface ...

func NewProxyClient

func NewProxyClient(ctx context.Context, config config.Config) (ClientInterface, error)

NewProxyClient ...

Jump to

Keyboard shortcuts

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