fuzz

package
v0.0.0-...-402c0de Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2022 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Advertiser

type Advertiser struct {
	Withdrawn   chan netaddr.IPPrefix
	InjectionCh chan netaddr.IPPrefix
	CidrPool    []string
	// contains filtered or unexported fields
}

func NewAdvertiser

func NewAdvertiser(ctx context.Context, client api.GobgpApiClient,
	concurrent int, logger *zap.SugaredLogger, name string, cidrPool []string, wg *sync.WaitGroup) *Advertiser

func (*Advertiser) Loop

func (d *Advertiser) Loop()

func (*Advertiser) Once

func (d *Advertiser) Once()

type Dumper

type Dumper struct {
	// contains filtered or unexported fields
}

func NewDumper

func NewDumper(ctx context.Context, client api.GobgpApiClient,
	concurrent int, logger *zap.SugaredLogger, name string, wg *sync.WaitGroup) *Dumper

func (*Dumper) Loop

func (d *Dumper) Loop()

func (*Dumper) Once

func (d *Dumper) Once()

type Worker

type Worker interface {
	Once()
	Loop()
}

Jump to

Keyboard shortcuts

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