mirror of
https://github.com/sst/opencode.git
synced 2025-08-03 21:28:14 +00:00
feat(tui): move logging to server logs
This commit is contained in:
parent
37a86439c4
commit
ca8ce88354
19 changed files with 588 additions and 208 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue