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

Struct gtwGsLinkGatewayServer

pkg/ttnpb/gatewayserver_grpc.pb.go:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177type gtwGsLinkGatewayServer struct {
178 grpc.ServerStream
179}
180
181func (x *gtwGsLinkGatewayServer) Send(m *GatewayDown) error {
182 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected