Documentation ¶
Overview ¶
Package suggestmode
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Missing = SuggestMode{"missing"} Popular = SuggestMode{"popular"} Always = SuggestMode{"always"} )
Functions ¶
This section is empty.
Types ¶
type SuggestMode ¶
type SuggestMode struct {
Name string
}
func (SuggestMode) MarshalText ¶
func (s SuggestMode) MarshalText() (text []byte, err error)
func (SuggestMode) String ¶
func (s SuggestMode) String() string
func (*SuggestMode) UnmarshalText ¶
func (s *SuggestMode) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.