Documentation ¶
Index ¶
Constants ¶
const IndividualTrace = `` /* 667-byte string literal not displayed */
IndividualTrace is useful for
const ValidJSON = "[" + IndividualTrace + "]"
ValidJSON is useful for testing
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotation ¶
type Annotation trace.Annotation
Annotation is an alias
func (Annotation) MarshalEasyJSON ¶
func (v Annotation) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (Annotation) MarshalJSON ¶
func (v Annotation) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*Annotation) UnmarshalEasyJSON ¶
func (v *Annotation) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Annotation) UnmarshalJSON ¶
func (v *Annotation) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type Endpoint ¶
Endpoint is an alias
func (Endpoint) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Endpoint) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Endpoint) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Endpoint) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Span ¶
Span is an alias
func (Span) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Span) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Span) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Span) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Trace ¶
Trace is an alias
func (Trace) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Trace) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Trace) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Trace) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface