updlistener

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MessageHandler

type MessageHandler interface {
	HandleMessage(msg []byte)
}

type MessageHandlerFunc

type MessageHandlerFunc func(msg []byte)

func (MessageHandlerFunc) HandleMessage

func (f MessageHandlerFunc) HandleMessage(msg []byte)

type UPDListener

type UPDListener struct {
	// contains filtered or unexported fields
}

func New

func New(port int, msgHandler MessageHandler) (*UPDListener, error)

func (*UPDListener) Close

func (l *UPDListener) Close() error

Jump to

Keyboard shortcuts

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