tool meta

This commit is contained in:
Dax Raad
2025-05-20 11:11:06 -04:00
parent 2437ce3f8b
commit 9b564f0b73
10 changed files with 127 additions and 94 deletions

View File

@@ -10,7 +10,7 @@ import (
)
var EventMap = map[string]any{
"storage.write": StorageWrite{},
"storage.write": EventStorageWrite{},
}
type EventMessage struct {