MCPcopy Index your code
hub / github.com/github/copilot-sdk / SessionEventData

Interface SessionEventData

go/rpc/zsession_events.go:12–15  ·  view source on GitHub ↗

SessionEventData is the interface implemented by all per-event data types.

Source from the content-addressed store, hash-verified

10
11// SessionEventData is the interface implemented by all per-event data types.
12type SessionEventData interface {
13 sessionEventData()
14 Type() SessionEventType
15}
16
17// SessionEvent represents a single session event with a typed data payload.
18type SessionEvent struct {

Callers 1

TypeMethod · 0.65

Implementers 15

RawSessionEventDatago/rpc/zsession_events.go
AssistantIntentDatago/rpc/zsession_events.go
SessionModeChangedDatago/rpc/zsession_events.go
AssistantReasoningDatago/rpc/zsession_events.go
AssistantMessageDatago/rpc/zsession_events.go
AutoModeSwitchCompletedDatago/rpc/zsession_events.go
AutoModeSwitchRequestedDatago/rpc/zsession_events.go
SessionAutopilotObjectiveChangedDatago/rpc/zsession_events.go
SessionBinaryAssetDatago/rpc/zsession_events.go
SessionCompactionStartDatago/rpc/zsession_events.go
SessionCompactionCompleteDatago/rpc/zsession_events.go
SessionTruncationDatago/rpc/zsession_events.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…