modifier

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrInvalidArgs

type ErrInvalidArgs struct {
	Err error
}

func (*ErrInvalidArgs) Error

func (e *ErrInvalidArgs) Error() string

type ErrInvalidPacket

type ErrInvalidPacket struct {
	Err error
}

func (*ErrInvalidPacket) Error

func (e *ErrInvalidPacket) Error() string

type Instance

type Instance interface{}

type Modifier

type Modifier interface {
	// Name returns the name of the modifier.
	Name() string
	// New returns a new modifier instance.
	New(args map[string]interface{}) (Instance, error)
}

type UDPModifierInstance

type UDPModifierInstance interface {
	Instance
	// Process takes a UDP packet and returns a modified UDP packet.
	Process(data []byte) ([]byte, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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