Documentation ¶
Index ¶
- Variables
- type PostSpansRequest
- func (*PostSpansRequest) Descriptor() ([]byte, []int)
- func (m *PostSpansRequest) GetBatches() []*model.Batch
- func (m *PostSpansRequest) Marshal() (dAtA []byte, err error)
- func (m *PostSpansRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *PostSpansRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PostSpansRequest) ProtoMessage()
- func (m *PostSpansRequest) Reset()
- func (m *PostSpansRequest) Size() (n int)
- func (m *PostSpansRequest) String() string
- func (m *PostSpansRequest) Unmarshal(dAtA []byte) error
- func (m *PostSpansRequest) XXX_DiscardUnknown()
- func (m *PostSpansRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PostSpansRequest) XXX_Merge(src proto.Message)
- func (m *PostSpansRequest) XXX_Size() int
- func (m *PostSpansRequest) XXX_Unmarshal(b []byte) error
- type PostSpansResponse
- func (*PostSpansResponse) Descriptor() ([]byte, []int)
- func (m *PostSpansResponse) Marshal() (dAtA []byte, err error)
- func (m *PostSpansResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *PostSpansResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PostSpansResponse) ProtoMessage()
- func (m *PostSpansResponse) Reset()
- func (m *PostSpansResponse) Size() (n int)
- func (m *PostSpansResponse) String() string
- func (m *PostSpansResponse) Unmarshal(dAtA []byte) error
- func (m *PostSpansResponse) XXX_DiscardUnknown()
- func (m *PostSpansResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PostSpansResponse) XXX_Merge(src proto.Message)
- func (m *PostSpansResponse) XXX_Size() int
- func (m *PostSpansResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type PostSpansRequest ¶
type PostSpansRequest struct { Batches []*model.Batch `protobuf:"bytes,1,rep,name=batches,proto3" json:"batches,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PostSpansRequest) Descriptor ¶
func (*PostSpansRequest) Descriptor() ([]byte, []int)
func (*PostSpansRequest) GetBatches ¶
func (m *PostSpansRequest) GetBatches() []*model.Batch
func (*PostSpansRequest) Marshal ¶
func (m *PostSpansRequest) Marshal() (dAtA []byte, err error)
func (*PostSpansRequest) MarshalToSizedBuffer ¶ added in v0.8.0
func (m *PostSpansRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PostSpansRequest) ProtoMessage ¶
func (*PostSpansRequest) ProtoMessage()
func (*PostSpansRequest) Reset ¶
func (m *PostSpansRequest) Reset()
func (*PostSpansRequest) Size ¶
func (m *PostSpansRequest) Size() (n int)
func (*PostSpansRequest) String ¶
func (m *PostSpansRequest) String() string
func (*PostSpansRequest) Unmarshal ¶
func (m *PostSpansRequest) Unmarshal(dAtA []byte) error
func (*PostSpansRequest) XXX_DiscardUnknown ¶ added in v0.6.0
func (m *PostSpansRequest) XXX_DiscardUnknown()
func (*PostSpansRequest) XXX_Marshal ¶ added in v0.6.0
func (m *PostSpansRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PostSpansRequest) XXX_Merge ¶ added in v0.6.0
func (m *PostSpansRequest) XXX_Merge(src proto.Message)
func (*PostSpansRequest) XXX_Size ¶ added in v0.6.0
func (m *PostSpansRequest) XXX_Size() int
func (*PostSpansRequest) XXX_Unmarshal ¶ added in v0.6.0
func (m *PostSpansRequest) XXX_Unmarshal(b []byte) error
type PostSpansResponse ¶
type PostSpansResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PostSpansResponse) Descriptor ¶
func (*PostSpansResponse) Descriptor() ([]byte, []int)
func (*PostSpansResponse) Marshal ¶
func (m *PostSpansResponse) Marshal() (dAtA []byte, err error)
func (*PostSpansResponse) MarshalTo ¶
func (m *PostSpansResponse) MarshalTo(dAtA []byte) (int, error)
func (*PostSpansResponse) MarshalToSizedBuffer ¶ added in v0.8.0
func (m *PostSpansResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PostSpansResponse) ProtoMessage ¶
func (*PostSpansResponse) ProtoMessage()
func (*PostSpansResponse) Reset ¶
func (m *PostSpansResponse) Reset()
func (*PostSpansResponse) Size ¶
func (m *PostSpansResponse) Size() (n int)
func (*PostSpansResponse) String ¶
func (m *PostSpansResponse) String() string
func (*PostSpansResponse) Unmarshal ¶
func (m *PostSpansResponse) Unmarshal(dAtA []byte) error
func (*PostSpansResponse) XXX_DiscardUnknown ¶ added in v0.6.0
func (m *PostSpansResponse) XXX_DiscardUnknown()
func (*PostSpansResponse) XXX_Marshal ¶ added in v0.6.0
func (m *PostSpansResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PostSpansResponse) XXX_Merge ¶ added in v0.6.0
func (m *PostSpansResponse) XXX_Merge(src proto.Message)
func (*PostSpansResponse) XXX_Size ¶ added in v0.6.0
func (m *PostSpansResponse) XXX_Size() int
func (*PostSpansResponse) XXX_Unmarshal ¶ added in v0.6.0
func (m *PostSpansResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.