package
0.0.1
Repository: https://github.com/trinchan/sysdig-go.git
Documentation: pkg.go.dev

# Functions

New initializes a new Scope to be used for filters in EventsService.List.
NewEventScope initializes a new EventScope to be used for adding scope labels to an event in EventsService.Create.
NewEventScopeWithLabels initializes a new EventScope with the provided scope labels.

# Constants

SelectionContains filters EventsService.List to Events which substring match the provided value.
SelectionDoesNotContain filters EventsService.List to Events which do not substring match the provided value.
SelectionIn filters EventsService.List to Events which exactly match one of the provided values.
SelectionIs filters EventsService.List to Events which do not exactly match the provided value.
SelectionIsNot filters EventsService.List to Events which do not exactly match the provided value.
SelectionNotIn filters EventsService.List to Events which do not exactly match one of the provided values.
SelectionStartsWith filters EventsService.List to Events which are prefixed with the provided value.

# Structs

Scope defines a filter for an EventsService.List.

# Type aliases

EventScope defines the Scope labels for an EventsService.Create.
Selector defines a type for Scope filter operators.