MetadataKey represents the type definition for the metadata keys
| 35 | |
| 36 | // MetadataKey represents the type definition for the metadata keys |
| 37 | type MetadataKey string |
| 38 | |
| 39 | // Metadata is a type alias for event metadata. Any tag, i.e. key/value pair could be attached to metadata. |
| 40 | type Metadata map[MetadataKey]any |
no outgoing calls
no test coverage detected