proxy

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2021 License: MIT Imports: 17 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
}

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