envoy_service_trace_v3

package
v0.9.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2020 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterTraceServiceServer

func RegisterTraceServiceServer(s *grpc.Server, srv TraceServiceServer)

Types

type StreamTracesMessage

type StreamTracesMessage struct {
	Identifier           *StreamTracesMessage_Identifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Spans                []*v1.Span                      `protobuf:"bytes,2,rep,name=spans,proto3" json:"spans,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*StreamTracesMessage) Descriptor

func (*StreamTracesMessage) Descriptor() ([]byte, []int)

func (*StreamTracesMessage) GetIdentifier

func (*StreamTracesMessage) GetSpans

func (m *StreamTracesMessage) GetSpans() []*v1.Span

func (*StreamTracesMessage) ProtoMessage

func (*StreamTracesMessage) ProtoMessage()

func (*StreamTracesMessage) Reset

func (m *StreamTracesMessage) Reset()

func (*StreamTracesMessage) String

func (m *StreamTracesMessage) String() string

func (*StreamTracesMessage) Validate

func (m *StreamTracesMessage) Validate() error

Validate checks the field values on StreamTracesMessage with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*StreamTracesMessage) XXX_DiscardUnknown

func (m *StreamTracesMessage) XXX_DiscardUnknown()

func (*StreamTracesMessage) XXX_Marshal

func (m *StreamTracesMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StreamTracesMessage) XXX_Merge

func (m *StreamTracesMessage) XXX_Merge(src proto.Message)

func (*StreamTracesMessage) XXX_Size

func (m *StreamTracesMessage) XXX_Size() int

func (*StreamTracesMessage) XXX_Unmarshal

func (m *StreamTracesMessage) XXX_Unmarshal(b []byte) error

type StreamTracesMessageValidationError

type StreamTracesMessageValidationError struct {
	// contains filtered or unexported fields
}

StreamTracesMessageValidationError is the validation error returned by StreamTracesMessage.Validate if the designated constraints aren't met.

func (StreamTracesMessageValidationError) Cause

Cause function returns cause value.

func (StreamTracesMessageValidationError) Error

Error satisfies the builtin error interface

func (StreamTracesMessageValidationError) ErrorName

ErrorName returns error name.

func (StreamTracesMessageValidationError) Field

Field function returns field value.

func (StreamTracesMessageValidationError) Key

Key function returns key value.

func (StreamTracesMessageValidationError) Reason

Reason function returns reason value.

type StreamTracesMessage_Identifier

type StreamTracesMessage_Identifier struct {
	Node                 *v3.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamTracesMessage_Identifier) Descriptor

func (*StreamTracesMessage_Identifier) Descriptor() ([]byte, []int)

func (*StreamTracesMessage_Identifier) GetNode

func (m *StreamTracesMessage_Identifier) GetNode() *v3.Node

func (*StreamTracesMessage_Identifier) ProtoMessage

func (*StreamTracesMessage_Identifier) ProtoMessage()

func (*StreamTracesMessage_Identifier) Reset

func (m *StreamTracesMessage_Identifier) Reset()

func (*StreamTracesMessage_Identifier) String

func (*StreamTracesMessage_Identifier) Validate

func (m *StreamTracesMessage_Identifier) Validate() error

Validate checks the field values on StreamTracesMessage_Identifier with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*StreamTracesMessage_Identifier) XXX_DiscardUnknown

func (m *StreamTracesMessage_Identifier) XXX_DiscardUnknown()

func (*StreamTracesMessage_Identifier) XXX_Marshal

func (m *StreamTracesMessage_Identifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StreamTracesMessage_Identifier) XXX_Merge

func (m *StreamTracesMessage_Identifier) XXX_Merge(src proto.Message)

func (*StreamTracesMessage_Identifier) XXX_Size

func (m *StreamTracesMessage_Identifier) XXX_Size() int

func (*StreamTracesMessage_Identifier) XXX_Unmarshal

func (m *StreamTracesMessage_Identifier) XXX_Unmarshal(b []byte) error

type StreamTracesMessage_IdentifierValidationError

type StreamTracesMessage_IdentifierValidationError struct {
	// contains filtered or unexported fields
}

StreamTracesMessage_IdentifierValidationError is the validation error returned by StreamTracesMessage_Identifier.Validate if the designated constraints aren't met.

func (StreamTracesMessage_IdentifierValidationError) Cause

Cause function returns cause value.

func (StreamTracesMessage_IdentifierValidationError) Error

Error satisfies the builtin error interface

func (StreamTracesMessage_IdentifierValidationError) ErrorName

ErrorName returns error name.

func (StreamTracesMessage_IdentifierValidationError) Field

Field function returns field value.

func (StreamTracesMessage_IdentifierValidationError) Key

Key function returns key value.

func (StreamTracesMessage_IdentifierValidationError) Reason

Reason function returns reason value.

type StreamTracesResponse

type StreamTracesResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamTracesResponse) Descriptor

func (*StreamTracesResponse) Descriptor() ([]byte, []int)

func (*StreamTracesResponse) ProtoMessage

func (*StreamTracesResponse) ProtoMessage()

func (*StreamTracesResponse) Reset

func (m *StreamTracesResponse) Reset()

func (*StreamTracesResponse) String

func (m *StreamTracesResponse) String() string

func (*StreamTracesResponse) Validate

func (m *StreamTracesResponse) Validate() error

Validate checks the field values on StreamTracesResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*StreamTracesResponse) XXX_DiscardUnknown

func (m *StreamTracesResponse) XXX_DiscardUnknown()

func (*StreamTracesResponse) XXX_Marshal

func (m *StreamTracesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StreamTracesResponse) XXX_Merge

func (m *StreamTracesResponse) XXX_Merge(src proto.Message)

func (*StreamTracesResponse) XXX_Size

func (m *StreamTracesResponse) XXX_Size() int

func (*StreamTracesResponse) XXX_Unmarshal

func (m *StreamTracesResponse) XXX_Unmarshal(b []byte) error

type StreamTracesResponseValidationError

type StreamTracesResponseValidationError struct {
	// contains filtered or unexported fields
}

StreamTracesResponseValidationError is the validation error returned by StreamTracesResponse.Validate if the designated constraints aren't met.

func (StreamTracesResponseValidationError) Cause

Cause function returns cause value.

func (StreamTracesResponseValidationError) Error

Error satisfies the builtin error interface

func (StreamTracesResponseValidationError) ErrorName

ErrorName returns error name.

func (StreamTracesResponseValidationError) Field

Field function returns field value.

func (StreamTracesResponseValidationError) Key

Key function returns key value.

func (StreamTracesResponseValidationError) Reason

Reason function returns reason value.

type TraceServiceClient

type TraceServiceClient interface {
	StreamTraces(ctx context.Context, opts ...grpc.CallOption) (TraceService_StreamTracesClient, error)
}

TraceServiceClient is the client API for TraceService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTraceServiceClient

func NewTraceServiceClient(cc *grpc.ClientConn) TraceServiceClient

type TraceServiceServer

type TraceServiceServer interface {
	StreamTraces(TraceService_StreamTracesServer) error
}

TraceServiceServer is the server API for TraceService service.

type TraceService_StreamTracesClient

type TraceService_StreamTracesClient interface {
	Send(*StreamTracesMessage) error
	CloseAndRecv() (*StreamTracesResponse, error)
	grpc.ClientStream
}

type TraceService_StreamTracesServer

type TraceService_StreamTracesServer interface {
	SendAndClose(*StreamTracesResponse) error
	Recv() (*StreamTracesMessage, error)
	grpc.ServerStream
}

type UnimplementedTraceServiceServer

type UnimplementedTraceServiceServer struct {
}

UnimplementedTraceServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedTraceServiceServer) StreamTraces

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL