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

Struct SessionStartEvent

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

SessionStartEvent represents session events

Source from the content-addressed store, hash-verified

172
173// SessionStartEvent represents session events
174type SessionStartEvent struct {
175 Action string `json:"action"`
176 SessionID string `json:"session_id"`
177 AgentName string `json:"agent_name"`
178}
179
180// SessionStartPayload represents the HTTP payload structure for session events
181type SessionStartPayload struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected