MCPcopy Index your code
hub / github.com/docker/docker-agent / EventType

TypeAlias EventType

pkg/telemetry/types.go:20–20  ·  view source on GitHub ↗

Simplified event system - event types are now just strings in the Event.Event field EventType represents the type of telemetry event

Source from the content-addressed store, hash-verified

18
19// EventType represents the type of telemetry event
20type EventType string
21
22const (
23 EventTypeCommand EventType = "command"

Callers 1

createEventMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected