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

Struct appAsSubscribeServer

pkg/ttnpb/applicationserver_grpc.pb.go:612–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612type appAsSubscribeServer struct {
613 grpc.ServerStream
614}
615
616func (x *appAsSubscribeServer) Send(m *ApplicationUp) error {
617 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected