Documentation ¶
Overview ¶
Package expandwildcard
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( All = ExpandWildcard{"all"} Open = ExpandWildcard{"open"} Closed = ExpandWildcard{"closed"} Hidden = ExpandWildcard{"hidden"} None = ExpandWildcard{"none"} )
Functions ¶
This section is empty.
Types ¶
type ExpandWildcard ¶
type ExpandWildcard struct {
Name string
}
func (ExpandWildcard) MarshalText ¶
func (e ExpandWildcard) MarshalText() (text []byte, err error)
func (ExpandWildcard) String ¶
func (e ExpandWildcard) String() string
func (*ExpandWildcard) UnmarshalText ¶
func (e *ExpandWildcard) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.