traffic

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MIT Imports: 1 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Limiter

type Limiter interface {
	// Wait blocks with the requested n and returns the result value,
	// the returned value is less or equal to n.
	Wait(ctx context.Context, n int) int
	Limit() int
	Set(n int)
}

type Option

type Option func(opts *Options)

func AddrOption

func AddrOption(addr string) Option

func ClientOption

func ClientOption(client string) Option

func NetworkOption

func NetworkOption(network string) Option

func SrcOption

func SrcOption(src string) Option

type Options

type Options struct {
	Network string
	Addr    string
	Client  string
	Src     string
}

type TrafficLimiter

type TrafficLimiter interface {
	In(ctx context.Context, key string, opts ...Option) Limiter
	Out(ctx context.Context, key string, opts ...Option) Limiter
}

Jump to

Keyboard shortcuts

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