Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Capture ¶
type Capture struct {
// contains filtered or unexported fields
}
func NewCapture ¶
func NewCapture() *Capture
type CapturePattern ¶
type CapturePattern struct {
// contains filtered or unexported fields
}
type Captures ¶
type Captures struct {
// contains filtered or unexported fields
}
func MakeCaptures ¶
type EmptyMatch ¶
type EmptyMatch struct{}
func (EmptyMatch) Captures ¶
func (m EmptyMatch) Captures() *Captures
func (EmptyMatch) Present ¶
func (m EmptyMatch) Present() bool
func (EmptyMatch) Value ¶
func (m EmptyMatch) Value() any
type EqualsPattern ¶
type EqualsPattern struct {
// contains filtered or unexported fields
}
type FilterPattern ¶
type FilterPattern struct {
// contains filtered or unexported fields
}
type Match ¶
type Pattern ¶
type Pattern interface { Previous() Pattern // contains filtered or unexported methods }
type PresentMatch ¶
type PresentMatch struct {
// contains filtered or unexported fields
}
func (PresentMatch) Captures ¶
func (m PresentMatch) Captures() *Captures
func (PresentMatch) Present ¶
func (m PresentMatch) Present() bool
func (PresentMatch) Value ¶
func (m PresentMatch) Value() any
type PropertyPattern ¶
type PropertyPattern struct {
// contains filtered or unexported fields
}
type TypePattern ¶
type TypePattern struct {
// contains filtered or unexported fields
}
type WithPattern ¶
type WithPattern struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.