Documentation
¶
Index ¶
- Constants
- type Decoder
- func (d *Decoder) Combine(objs ...[]byte) ([]byte, error)
- func (d *Decoder) Marshal(t *tempopb.Trace) ([]byte, error)
- func (d *Decoder) Matches(id []byte, obj []byte, req *tempopb.SearchRequest) (*tempopb.TraceSearchMetadata, error)
- func (d *Decoder) PrepareForRead(obj []byte) (*tempopb.Trace, error)
Constants ¶
View Source
const Encoding = "v1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct { }
func NewDecoder ¶
func NewDecoder() *Decoder
func (*Decoder) Matches ¶
func (d *Decoder) Matches(id []byte, obj []byte, req *tempopb.SearchRequest) (*tempopb.TraceSearchMetadata, error)
Click to show internal directories.
Click to hide internal directories.