sampletrace

package
v0.0.0-...-9fcd7d3 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TraceIdInfo

type TraceIdInfo struct {
	Timestamp uint64 `json:"timestamp"`
	TraceId   string `json:"traceId"`
}

func NewTraceIdInfo

func NewTraceIdInfo(timestamp uint64, traceId string) *TraceIdInfo

type TraceIdQuery

type TraceIdQuery struct {
	Pid       int    `json:"pid"`
	Url       string `json:"url"`
	TraceId   string `json:"traceId"`
	StartTime uint64 `json:"start"`
	EndTime   uint64 `json:"end"`
}

Jump to

Keyboard shortcuts

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