feat(go): advance validation sidecar toward production
This commit is contained in:
parent
6a06eba255
commit
f85c2e831a
92 changed files with 8881 additions and 91 deletions
|
|
@ -19,8 +19,9 @@ var eventTypes = map[string]bool{
|
|||
"alert": true, "incident": true, "status": true,
|
||||
}
|
||||
|
||||
// Status matches the required enodia.status.v1 fields. The prototype sidecar
|
||||
// has no retained snapshots yet, so those counts remain empty/zero.
|
||||
// Status matches the required enodia.status.v1 fields. Agent-level callers use
|
||||
// zero retention values; the service executable fills them from its optional
|
||||
// snapshot store immediately before emitting a status envelope.
|
||||
type Status struct {
|
||||
Schema string `json:"schema"`
|
||||
Version string `json:"version"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue