ingress

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package ingress provides ingress filter client logic

Package ingress provides ingress filter client logic

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	ingress.FilterClient
	Target(ctx context.Context, addrs ...string) (ingress.FilterClient, error)
	GRPCClient() grpc.Client
	Start(context.Context) (<-chan error, error)
	Stop(context.Context) error
}

func New

func New(opts ...Option) (Client, error)

type Option

type Option func(*client) error

func WithAddrs

func WithAddrs(addrs ...string) Option

func WithClient

func WithClient(cl grpc.Client) Option

Jump to

Keyboard shortcuts

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