| 60 | } |
| 61 | |
| 62 | type 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. |
| 73 | func New(server io.Server, opts ...Option) ttnpb.GtwGsServer { |
nothing calls this directly
no outgoing calls
no test coverage detected