package
0.0.0-20210818100836-228f33abb742
Repository: https://github.com/thethingsnetwork/api.git
Documentation: pkg.go.dev
# Functions
NewMonitorClient returns a new MonitorClient.
WithConn adds the given conns to the MonitorClient.
WithServer [DEPRECATED] connects to the given server and adds it to the MonitorClient Instead of using WithServer, you should set up the gRPC connection externally and use WithConn to add it to the MonitorClient.
# Variables
DefaultBufferSize sets the default buffer size per stream.
# Structs
MonitorClient is an overlay on top of the gRPC client.
# Interfaces
Stream interface allows sending anything with Send().
# Type aliases
MonitorOption changes something in the MonitorClient.