MCPcopy
hub / github.com/docker/docker-agent / StreamStartedEvent

Struct StreamStartedEvent

pkg/runtime/event.go:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171type StreamStartedEvent struct {
172 AgentContext
173
174 Type string `json:"type"`
175 SessionID string `json:"session_id,omitempty"`
176}
177
178func StreamStarted(sessionID, agentName string) Event {
179 return &StreamStartedEvent{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected