define

package
v0.0.0-...-fc8e49a Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Packet

type Packet interface {
	GetRawPacket() any
	GetKey() string
	GetDestId() int
	Info() string
	Verbose() string
}

type WrappedPacket

type WrappedPacket struct {
	Packet any
	Key    string
	DestId int
}

func (WrappedPacket) GetDestId

func (p WrappedPacket) GetDestId() int

func (WrappedPacket) GetKey

func (p WrappedPacket) GetKey() string

func (WrappedPacket) GetRawPacket

func (p WrappedPacket) GetRawPacket() any

func (WrappedPacket) Info

func (p WrappedPacket) Info() string

func (WrappedPacket) Verbose

func (p WrappedPacket) Verbose() string

Jump to

Keyboard shortcuts

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