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

Struct eventsStreamServer

pkg/ttnpb/events_grpc.pb.go:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146type eventsStreamServer struct {
147 grpc.ServerStream
148}
149
150func (x *eventsStreamServer) Send(m *Event) error {
151 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected