MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / impl

Struct impl

pkg/gatewayserver/io/grpc/grpc.go:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62type impl struct {
63 ttnpb.UnimplementedGtwGsServer
64
65 server io.Server
66 mqttConfigProvider config.MQTTConfigProvider
67 mqttv2ConfigProvider config.MQTTConfigProvider
68
69 tokens io.DownlinkTokens
70}
71
72// New returns a new gRPC frontend.
73func New(server io.Server, opts ...Option) ttnpb.GtwGsServer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected