Documentation ¶
Overview ¶
Package excludefrequent
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( All = ExcludeFrequent{"all"} None = ExcludeFrequent{"none"} By = ExcludeFrequent{"by"} Over = ExcludeFrequent{"over"} )
Functions ¶
This section is empty.
Types ¶
type ExcludeFrequent ¶
type ExcludeFrequent struct {
Name string
}
func (ExcludeFrequent) MarshalText ¶
func (e ExcludeFrequent) MarshalText() (text []byte, err error)
func (ExcludeFrequent) String ¶
func (e ExcludeFrequent) String() string
func (*ExcludeFrequent) UnmarshalText ¶
func (e *ExcludeFrequent) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.