Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseQuickSetupArgs ¶
ParseQuickSetupArgs parses numbers to Args. Format: "[int]..."
Types ¶
type IntMatcher ¶
type IntMatcher map[int]struct{}
func (IntMatcher) Has ¶
func (m IntMatcher) Has(i int) bool
type MatchFunc ¶
type MatchFunc func(qCtx *query_context.Context, m IntMatcher) (bool, error)
Click to show internal directories.
Click to hide internal directories.