stdout

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package stdout is a packet handler for stdout.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stdout

type Stdout struct{}

Stdout helps fulfill the Handler interface contract.

func (Stdout) Enabled

func (s Stdout) Enabled() bool

Enabled specifies that this handler is always enabled.

func (Stdout) Handle

func (s Stdout) Handle(p *aprs.Packet)

Handle prints packet information to stdout via the log package.

func (Stdout) ID

func (s Stdout) ID() string

ID defines the Id of this handler.

func (Stdout) Name

func (s Stdout) Name() string

Name defines the name of this handler.

func (Stdout) Start

func (s Stdout) Start()

Start does not do anything in this implementation.

func (Stdout) Stop

func (s Stdout) Stop()

Stop does not do anything in this implementation.

Jump to

Keyboard shortcuts

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