limiter

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2024 License: MIT Imports: 0 Imported by: 41

Documentation

Index

Constants

View Source
const (
	ScopeService string = "service"
	ScopeConn    string = "conn"
	ScopeClient  string = "client"
)

Limiter scopes

Variables

This section is empty.

Functions

This section is empty.

Types

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 ScopeOption

func ScopeOption(scope string) Option

func ServiceOption

func ServiceOption(service string) Option

func SrcOption

func SrcOption(src string) Option

type Options

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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