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"`
Emoji bool `json:"emoji"`
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
type View ¶ added in v0.3.0
type View struct {
Fg string `json:"fg"` // Foreground text
Bg string `json:"bg"` // Background text
BorderFg string `json:"border_fg"` // Border foreground
BorderBg string `json:"border_bg"` // Border background
LabelFg string `json:"label_fg"` // Label text foreground
LabelBg string `json:"label_bg"` // Label text background
}
Click to show internal directories.
Click to hide internal directories.