mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 17:54:23 +01:00
event
This commit is contained in:
@@ -10,7 +10,9 @@ import (
|
||||
)
|
||||
|
||||
var EventMap = map[string]any{
|
||||
"storage.write": EventStorageWrite{},
|
||||
"storage.write": EventStorageWrite{},
|
||||
"session.updated": EventSessionUpdated{},
|
||||
"message.updated": EventMessageUpdated{},
|
||||
}
|
||||
|
||||
type EventMessage struct {
|
||||
|
||||
Reference in New Issue
Block a user