Documentation ¶ Index ¶ type Emojis func (e Emojis) Cleanup() func (e Emojis) Entries(ctx context.Context, term string) []util.Entry func (e *Emojis) General() *config.GeneralModule func (e *Emojis) Refresh() func (e *Emojis) Setup(cfg *config.Config) bool func (e *Emojis) SetupData(cfg *config.Config, ctx context.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Emojis ¶ type Emojis struct { // contains filtered or unexported fields } func (Emojis) Cleanup ¶ func (e Emojis) Cleanup() func (Emojis) Entries ¶ func (e Emojis) Entries(ctx context.Context, term string) []util.Entry func (*Emojis) General ¶ func (e *Emojis) General() *config.GeneralModule func (*Emojis) Refresh ¶ func (e *Emojis) Refresh() func (*Emojis) Setup ¶ func (e *Emojis) Setup(cfg *config.Config) bool func (*Emojis) SetupData ¶ func (e *Emojis) SetupData(cfg *config.Config, ctx context.Context) Source Files ¶ View all Source files emojis.go Click to show internal directories. Click to hide internal directories.