Documentation
¶
Overview ¶
Package tags provides functionality for managing tool tags and filtering.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IncludeTags ¶
type IncludeTags struct {
// Include is a list of tags to include.
Include Tags
// Exclude is a list of tags to exclude.
Exclude Tags
}
IncludeTags is a struct that defines the tags to include or exclude.
type Tags ¶
type Tags []string
Tags represents a list of tags associated with a tool. Tags can be used to categorize or filter tools based on specific labels or keywords.
func (Tags) Exclude ¶
Exclude checks if none of the provided tags are present in the Tags list. Returns true if none of the tags match.
Click to show internal directories.
Click to hide internal directories.