Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayConnectionStatsRegistry ¶
GatewayConnectionStatsRegistry implements the GatewayConnectionStatsRegistry interface.
func (*GatewayConnectionStatsRegistry) Get ¶
func (r *GatewayConnectionStatsRegistry) Get(ctx context.Context, ids ttnpb.GatewayIdentifiers) (*ttnpb.GatewayConnectionStats, error)
Get returns the connection stats for a gateway.
func (*GatewayConnectionStatsRegistry) Set ¶
func (r *GatewayConnectionStatsRegistry) Set(ctx context.Context, ids ttnpb.GatewayIdentifiers, stats *ttnpb.GatewayConnectionStats) error
Set sets or clears the connection stats for a gateway.
Click to show internal directories.
Click to hide internal directories.