gcppubsub

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2019 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBackend

func NewBackend(c config.Config) (gateway.Gateway, error)

NewBackend creates a new Backend.

Types

type Backend

type Backend struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

Backend implements a Google Cloud Pub/Sub backend.

func (*Backend) Close

func (b *Backend) Close() error

Close closes the backend.

func (*Backend) DownlinkTXAckChan

func (b *Backend) DownlinkTXAckChan() chan gw.DownlinkTXAck

DownlinkTXAckChan returns the downlink tx ack channel.

func (*Backend) RXPacketChan

func (b *Backend) RXPacketChan() chan gw.UplinkFrame

RXPacketChan returns the channel to which uplink frames are published.

func (*Backend) SendGatewayConfigPacket

func (b *Backend) SendGatewayConfigPacket(pl gw.GatewayConfiguration) error

SendGatewayConfigPacket sends the given gateway configuration to the gateway.

func (*Backend) SendTXPacket

func (b *Backend) SendTXPacket(pl gw.DownlinkFrame) error

SendTXPacket sends the given downlink frame to the gateway.

func (*Backend) StatsPacketChan

func (b *Backend) StatsPacketChan() chan gw.GatewayStats

StatsPacketChan returns the channel to which gateway stats are published.

Jump to

Keyboard shortcuts

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