Versions in this module Expand all Collapse all v1 v1.0.0 Jun 28, 2024 Changes in this version + var File_api_proto_realtimeLogStream_proto protoreflect.FileDescriptor + func RegisterLogStreamerServiceServer(s *grpc.Server, srv LogStreamerServiceServer) + type LogStreamerServiceClient interface + StreamLog func(ctx context.Context, in *Subscription, opts ...grpc.CallOption) (LogStreamerService_StreamLogClient, error) + func NewLogStreamerServiceClient(cc grpc.ClientConnInterface) LogStreamerServiceClient + type LogStreamerServiceServer interface + StreamLog func(*Subscription, LogStreamerService_StreamLogServer) error + type LogStreamerService_StreamLogClient interface + Recv func() (*Response, error) + type LogStreamerService_StreamLogServer interface + Send func(*Response) error + type Response struct + Log string + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (x *Response) GetLog() string + func (x *Response) ProtoReflect() protoreflect.Message + func (x *Response) Reset() + func (x *Response) String() string + type Subscription struct + Applications []string + func (*Subscription) Descriptor() ([]byte, []int) + func (*Subscription) ProtoMessage() + func (x *Subscription) GetApplications() []string + func (x *Subscription) ProtoReflect() protoreflect.Message + func (x *Subscription) Reset() + func (x *Subscription) String() string + type UnimplementedLogStreamerServiceServer struct + func (*UnimplementedLogStreamerServiceServer) StreamLog(*Subscription, LogStreamerService_StreamLogServer) error