wexp

package
v0.0.0-...-841f565 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Term

type Term []interface{}

Term base expression term object

func AllOf

func AllOf(opts ...interface{}) Term

func Match

func Match(opts ...interface{}) Term

Match

Examples:

Match("*.txt", "basename")
Match("dir/*.txt", "wholename")
Match("src/**\/*.java", "wholename")

https://facebook.github.io/watchman/docs/expr/match.html https://facebook.github.io/watchman/docs/expr/match.html#wildmatch https://facebook.github.io/watchman/docs/expr/match.html#case-sensitivity

func Not

func Not(opts ...interface{}) Term

func Type

func Type(opts ...interface{}) Term

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL