event

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2021 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 Event

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

type Relation struct {
	TraceID string `json:"trace_id"`
	ResID   string `json:"res_id"`
	ResType string `json:"res_type"`
}

Directories

Path Synopsis
Package query is a generated GoMock package.
Package query is a generated GoMock package.

Jump to

Keyboard shortcuts

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