Documentation ¶ Index ¶ type Trace Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Trace ¶ type Trace interface { // Carrier carrier tracked events Carrier() // Finish trace finish Finish() // TraceId get tracing id TraceId() string // generate a new trace id after SpreadOnce() // Name return trace name like "simple" Name() string } Source Files ¶ View all Source files trace.go Directories ¶ Show internal Expand all Path Synopsis noop simple span Click to show internal directories. Click to hide internal directories.