storage

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2021 License: AGPL-3.0 Imports: 12 Imported by: 0

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)

Jump to

Keyboard shortcuts

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