Versions in this module Expand all Collapse all v0 v0.0.1 Oct 9, 2021 Changes in this version + type EventScope Scope + func NewEventScope() *EventScope + func NewEventScopeWithLabels(labels map[string]string) *EventScope + func (s *EventScope) AddIsSelection(label, value string) *EventScope + func (s *EventScope) String() string + type Scope struct + func New() *Scope + func (s *Scope) AddContainsSelection(label string, value string) *Scope + func (s *Scope) AddDoesNotContainSelection(label string, value string) *Scope + func (s *Scope) AddInSelection(label string, values ...string) *Scope + func (s *Scope) AddIsNotSelection(label, value string) *Scope + func (s *Scope) AddIsSelection(label, value string) *Scope + func (s *Scope) AddNotInSelection(label string, values ...string) *Scope + func (s *Scope) AddSelection(selector Selector, label, value string) *Scope + func (s *Scope) AddSelectionMultiple(selector Selector, label string, values ...string) *Scope + func (s *Scope) AddStartsWithSelection(label, value string) *Scope + func (s *Scope) String() string + type Selector string + const SelectionContains + const SelectionDoesNotContain + const SelectionIn + const SelectionIs + const SelectionIsNot + const SelectionNotIn + const SelectionStartsWith