tool meta

This commit is contained in:
Dax Raad
2025-05-26 12:40:17 -04:00
parent 2437ce3f8b
commit 9b564f0b73
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 {