# Functions
NewTagsHolder returns a new instance of a TagsHolder struct.
SetAppSecEnabledTags sets the AppSec-specific span tags that are expected to be in the web service entry span (span of type `web`) when AppSec is enabled.
SetEventSpanTags sets the security event span tags into the service entry span.
SetTags fills the span tags using the key/value pairs found in `tags`.
# Constants
BlockedRequestTag used to convey whether a request is blocked.
# Structs
NoopTagSetter is a TagSetter that does nothing.
SecurityEventsHolder is a wrapper around a thread safe security events slice.
TagsHolder wraps a map holding tags.
# Interfaces
TagSetter is the interface needed to set a span tag.