Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { LowId uint64 Value EntryValue }
type EntryValue ¶
type EntryValue struct { Identifiers []json.RawMessage `json:"identifiers"` StartTime time.Time `json:"startTime"` EndTime time.Time `json:"endTime"` RootObject *utilobject.Key `json:"rootObject"` Extensions []ExtensionCache `json:"extensions"` }
type ExtensionCache ¶
type ExtensionCache struct { ParentTrace model.TraceID `json:"parentTrace"` ParentSpan model.SpanID `json:"parentSpan"` ProviderKind string `json:"providerKind"` ProviderConfig json.RawMessage `json:"providerConfig"` CachedIdentifier json.RawMessage `json:"cachedIdentifier"` }
Click to show internal directories.
Click to hide internal directories.