package
Version:
v1.1.4
Opens a new window with list of versions in this module.
Published: Mar 17, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Github Github `mapstructure:"github"`
Shortcuts Shortcuts `mapstructure:"keys"`
}
type Github struct {
Token string `mapstructure:"token"`
}
type Shortcuts struct {
SwitchTabRight string `mapstructure:"switch_tab_right"`
SwitchTabLeft string `mapstructure:"switch_tab_left"`
Quit string `mapstructure:"quit"`
Refresh string `mapstructure:"refresh"`
Enter string `mapstructure:"enter"`
Tab string `mapstructure:"tab"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.