package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Aug 14, 2023
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 DTO struct {
Start string `json:"StartTime"`
Value int `json:"Value"`
}
type LegacyEvent struct {
Data DTO `json:"Data"`
EventType string `json:"Event-Type"`
EventTypeVersion string `json:"Event-Type-Version"`
EventTime string `json:"Event-Time"`
EventTracing bool `json:"Event-Tracing"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.