SessionStartEvent represents session events
| 172 | |
| 173 | // SessionStartEvent represents session events |
| 174 | type 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 |
| 181 | type SessionStartPayload struct { |
nothing calls this directly
no outgoing calls
no test coverage detected