tool meta

This commit is contained in:
Dax Raad
2025-05-20 11:11:06 -04:00
parent 8fdc8119e5
commit 4348532496
10 changed files with 127 additions and 94 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
)
var EventMap = map[string]any{
"storage.write": StorageWrite{},
"storage.write": EventStorageWrite{},
}
type EventMessage struct {