MCPcopy Index your code
hub / github.com/docker/cli / eventTypeNames

Function eventTypeNames

cli/command/system/completion.go:141–147  ·  view source on GitHub ↗

eventTypeNames provides a list of all event types. The list is derived from eventTypes.

()

Source from the content-addressed store, hash-verified

139// eventTypeNames provides a list of all event types.
140// The list is derived from eventTypes.
141func eventTypeNames() []string {
142 names := make([]string, len(eventTypes))
143 for i, eventType := range eventTypes {
144 names[i] = string(eventType)
145 }
146 return names
147}
148
149// validEventNames provides a list of all event actions.
150// The list is derived from eventActions.

Callers 1

completeEventFiltersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…