init push
This commit is contained in:
8
backend/domain/sse_event.go
Normal file
8
backend/domain/sse_event.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package domain
|
||||
|
||||
type SSEEvent struct {
|
||||
Type string `json:"type"`
|
||||
Content string `json:"content"`
|
||||
ChunkResult *NodeContentChunkSSE `json:"chunk_result,omitempty"`
|
||||
Error string `json:"error,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user