Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeywordList ¶
type KeywordList struct {
// contains filtered or unexported fields
}
func (*KeywordList) AddRaw ¶
func (kl *KeywordList) AddRaw(keywords []string)
Add some string to keywords list
func (*KeywordList) Find ¶
func (kl *KeywordList) Find(input string) []string
Find some string from keywords list
func (*KeywordList) List ¶
func (kl *KeywordList) List() []string
func (*KeywordList) Remove ¶
func (kl *KeywordList) Remove(keyword string)
Remove a string from keywords list
type KeywordListOption ¶
type KeywordListOption func(o *options)
KeywordListOption KeywordList options
Click to show internal directories.
Click to hide internal directories.