mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 03:04:21 +01:00
feat(tui): move logging to server logs
This commit is contained in:
@@ -916,14 +916,16 @@ func (r eventListResponseEventSessionErrorJSON) RawJSON() string {
|
||||
func (r EventListResponseEventSessionError) implementsEventListResponse() {}
|
||||
|
||||
type EventListResponseEventSessionErrorProperties struct {
|
||||
Error EventListResponseEventSessionErrorPropertiesError `json:"error"`
|
||||
JSON eventListResponseEventSessionErrorPropertiesJSON `json:"-"`
|
||||
Error EventListResponseEventSessionErrorPropertiesError `json:"error"`
|
||||
SessionID string `json:"sessionID"`
|
||||
JSON eventListResponseEventSessionErrorPropertiesJSON `json:"-"`
|
||||
}
|
||||
|
||||
// eventListResponseEventSessionErrorPropertiesJSON contains the JSON metadata for
|
||||
// the struct [EventListResponseEventSessionErrorProperties]
|
||||
type eventListResponseEventSessionErrorPropertiesJSON struct {
|
||||
Error apijson.Field
|
||||
SessionID apijson.Field
|
||||
raw string
|
||||
ExtraFields map[string]apijson.Field
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user