runner

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2022 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// XdsServerAddress is the listening address of the xds-server.
	XdsServerAddress = "0.0.0.0"
	// XdsServerPort is the listening port of the xds-server.
	XdsServerPort = 18000
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	config.Server
	Xds *message.Xds
	// contains filtered or unexported fields
}

type Runner

type Runner struct {
	Config
}

func New

func New(cfg *Config) *Runner

func (*Runner) Name

func (r *Runner) Name() string

func (*Runner) Start

func (r *Runner) Start(ctx context.Context) error

Start starts the xds-server runner

Jump to

Keyboard shortcuts

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