Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateItemsJson ¶
Types ¶
type Item ¶
type Item struct { Title string `json:"title,omitempty"` Arg string `json:"arg,omitempty"` Subtitle string `json:"subtitle,omitempty"` Match string `json:"match,omitempty"` Icon ItemIcon `json:"icon,omitempty"` Uid string `json:"uid,omitempty"` ItemType string `json:"type,omitempty"` QuicklookUrl string `json:"quicklookurl,omitempty"` Text ItemText `json:"text,omitempty"` }
type ItemPool ¶
type ItemPool struct {
// contains filtered or unexported fields
}
func MakeItemPool ¶
func MakeItemPool() ItemPool
type MatchBuilder ¶
type MatchBuilder struct {
// contains filtered or unexported fields
}
func NewMatchBuilder ¶
func NewMatchBuilder() MatchBuilder
func (MatchBuilder) AddMatch ¶
func (mb MatchBuilder) AddMatch(s string)
func (MatchBuilder) AddMatches ¶
func (mb MatchBuilder) AddMatches(s ...string)
func (MatchBuilder) String ¶
func (mb MatchBuilder) String() string
Click to show internal directories.
Click to hide internal directories.