Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RetryInterval .. RetryInterval = 10 * time.Millisecond )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportEdge ¶
type ExportGraph ¶
type ExportGraph struct { Nodes []ExportNode `json:"nodes"` Edges []ExportEdge `json:"edges"` }
ExportGraph roughly maps to statusgraph/graph
type ExportNode ¶
type Graph ¶
type Graph struct {
// contains filtered or unexported fields
}
func (*Graph) EnsureEdge ¶
func (*Graph) WriteDotGraph ¶
type TraceProviderClient ¶
type TraceProviderClient struct {
// contains filtered or unexported fields
}
TraceProviderClient ..
Click to show internal directories.
Click to hide internal directories.