Documentation
¶
Index ¶
Constants ¶
View Source
const ( NotifyAll = "all" NotifyMention = "mention" )
Variables ¶
View Source
var EmojiCodemap = map[string]string{}/* 1506 elements not displayed */
Referenced from: https://github.com/kyokomi/emoji
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SlackToken string `json:"slack_token"` Notify string `json:"notify"` SidebarWidth int `json:"sidebar_width"` MainWidth int `json:"-"` KeyMap map[string]keyMapping `json:"key_map"` Theme Theme `json:"theme"` }
Config is the definition of a Config struct
Click to show internal directories.
Click to hide internal directories.