Versions in this module Expand all Collapse all v0 v0.0.2 Aug 8, 2024 Changes in this version + const EventReportingService_StreamEvents_FullMethodName + var EventReportingService_ServiceDesc = grpc.ServiceDesc + var File_envoy_service_event_reporting_v3_event_reporting_service_proto protoreflect.FileDescriptor + func RegisterEventReportingServiceServer(s grpc.ServiceRegistrar, srv EventReportingServiceServer) + type EventReportingServiceClient interface + StreamEvents func(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[StreamEventsRequest, StreamEventsResponse], error) + func NewEventReportingServiceClient(cc grpc.ClientConnInterface) EventReportingServiceClient + type EventReportingServiceServer interface + StreamEvents func(grpc.BidiStreamingServer[StreamEventsRequest, StreamEventsResponse]) error + type EventReportingService_StreamEventsClient = grpc.BidiStreamingClient[StreamEventsRequest, StreamEventsResponse] + type EventReportingService_StreamEventsServer = grpc.BidiStreamingServer[StreamEventsRequest, StreamEventsResponse] + type StreamEventsRequest struct + Events []*anypb.Any + Identifier *StreamEventsRequest_Identifier + func (*StreamEventsRequest) Descriptor() ([]byte, []int) + func (*StreamEventsRequest) ProtoMessage() + func (x *StreamEventsRequest) GetEvents() []*anypb.Any + func (x *StreamEventsRequest) GetIdentifier() *StreamEventsRequest_Identifier + func (x *StreamEventsRequest) ProtoReflect() protoreflect.Message + func (x *StreamEventsRequest) Reset() + func (x *StreamEventsRequest) String() string + type StreamEventsRequest_Identifier struct + Node *v3.Node + func (*StreamEventsRequest_Identifier) Descriptor() ([]byte, []int) + func (*StreamEventsRequest_Identifier) ProtoMessage() + func (x *StreamEventsRequest_Identifier) GetNode() *v3.Node + func (x *StreamEventsRequest_Identifier) ProtoReflect() protoreflect.Message + func (x *StreamEventsRequest_Identifier) Reset() + func (x *StreamEventsRequest_Identifier) String() string + type StreamEventsResponse struct + func (*StreamEventsResponse) Descriptor() ([]byte, []int) + func (*StreamEventsResponse) ProtoMessage() + func (x *StreamEventsResponse) ProtoReflect() protoreflect.Message + func (x *StreamEventsResponse) Reset() + func (x *StreamEventsResponse) String() string + type UnimplementedEventReportingServiceServer struct + func (UnimplementedEventReportingServiceServer) StreamEvents(grpc.BidiStreamingServer[StreamEventsRequest, StreamEventsResponse]) error + type UnsafeEventReportingServiceServer interface