package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Jan 6, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event struct {
EventID string `json:"event_id"`
Name string `json:"name"`
Kind string `json:"kind"`
Content string `json:"content"`
Timestamp int64 `json:"timestamp"`
Tags map[string]string `json:"tags"`
Relations *Relation `json:"relations"`
}
Event .
type Relation struct {
TraceID string `json:"trace_id"`
ResID string `json:"res_id"`
ResType string `json:"res_type"`
}
Source Files
¶
Directories
¶
|
|
Package query is a generated GoMock package.
|
Package query is a generated GoMock package. |
|
|
|
|
Click to show internal directories.
Click to hide internal directories.