traffic

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2024 License: MIT Imports: 1 Imported by: 13

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ILimiter

type ILimiter 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 ITrafficLimiter

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

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
}

Jump to

Keyboard shortcuts

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