MCPcopy
hub / github.com/netbirdio/netbird / flowServiceEventsServer

Struct flowServiceEventsServer

flow/proto/flow_grpc.pb.go:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103type flowServiceEventsServer struct {
104 grpc.ServerStream
105}
106
107func (x *flowServiceEventsServer) Send(m *FlowEventAck) error {
108 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected