Documentation
¶
Index ¶
Constants ¶
View Source
const ( ClientDevcard = "ClientDevcard" ClientListDevcards = "ClientList" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Path string Data []byte Err error Port int Editor string Opener string `toml:"custom-opener"` Projects []project.ProjectConfig Appearance struct { Stylesheets []string CodeHighlighting string `toml:"code-highlighting"` } }
func LoadConfig ¶
func LoadConfig() Config
Click to show internal directories.
Click to hide internal directories.