Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Span ¶
type Span struct {
TraceID string `json:"trace_id"`
StartTime int64 `json:"start_time"`
SpanID string `json:"span_id"`
ParentSpanID string `json:"parent_span_id"`
OperationName string `json:"operation_name"`
EndTime int64 `json:"end_time"`
Tags map[string]string `json:"tags"`
}
Span .
type TraceStatement ¶
type TraceStatement struct {
// contains filtered or unexported fields
}
func (*TraceStatement) GetStatement ¶
func (ts *TraceStatement) GetStatement(data interface{}) (string, []interface{}, error)
Click to show internal directories.
Click to hide internal directories.