Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BTree ¶
type Contains ¶
func NewContains ¶
type PrefixAny ¶
func NewPrefixAny ¶
type PrefixSuffix ¶
type PrefixSuffix struct {
Prefix, Suffix string
}
func NewPrefixSuffix ¶
func NewPrefixSuffix(p, s string) PrefixSuffix
func (PrefixSuffix) Len ¶
func (self PrefixSuffix) Len() int
func (PrefixSuffix) Match ¶
func (self PrefixSuffix) Match(s string) bool
func (PrefixSuffix) String ¶
func (self PrefixSuffix) String() string
type SuffixAny ¶
func NewSuffixAny ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.