Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TimelineFilters ¶
type TimelineFilters struct { UUID string Text []string Tags []string Operator string DateRange *DateRange WithEvidenceUUID string Linked *bool }
TimelineFilters represents all of the parsed timeline configuraions
func ParseTimelineQuery ¶
func ParseTimelineQuery(query string) (TimelineFilters, error)
ParseTimelineQuery parses a query a user may type into the search box on the timeline page into a TimelineFilters struct that the events/evidence services expect
Click to show internal directories.
Click to hide internal directories.