Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var APP struct { Regexp Regexp }
Functions ¶
This section is empty.
Types ¶
type AttrTargetError ¶
type AttrTargetError struct {
// contains filtered or unexported fields
}
func TargetError ¶
func TargetError(target error) AttrTargetError
func (AttrTargetError) Register ¶
func (my AttrTargetError) Register(regexp *Regexp)
type AttrTargetString ¶
type AttrTargetString struct {
// contains filtered or unexported fields
}
func TargetString ¶
func TargetString(target string) AttrTargetString
func (AttrTargetString) Register ¶
func (my AttrTargetString) Register(regexp *Regexp)
type AttrTargetsError ¶
type AttrTargetsError struct {
// contains filtered or unexported fields
}
func TargetsError ¶
func TargetsError(targets ...error) AttrTargetsError
func (AttrTargetsError) Register ¶
func (my AttrTargetsError) Register(regexp *Regexp)
type AttrTargetsString ¶
type AttrTargetsString struct {
// contains filtered or unexported fields
}
func TargetsString ¶
func TargetsString(targets ...string) AttrTargetsString
func (AttrTargetsString) Register ¶
func (my AttrTargetsString) Register(regexp *Regexp)
type Attributer ¶
type Attributer interface{ Register(regexp *Regexp) }
type Regexp ¶
type Regexp struct {
// contains filtered or unexported fields
}
var RegexpApp Regexp
func (Regexp) ContainsAny ¶ added in v1.35.13
ContainsAny 是否包含任意一个匹配项
func (Regexp) Set ¶
func (my Regexp) Set(attrs ...Attributer) Regexp
Click to show internal directories.
Click to hide internal directories.