MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / MetadataKey

TypeAlias MetadataKey

pkg/event/event.go:37–37  ·  view source on GitHub ↗

MetadataKey represents the type definition for the metadata keys

Source from the content-addressed store, hash-verified

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

Callers 3

TransformMethod · 0.92
appendMatchMethod · 0.92
UnmarshalRawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected