Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct { DB string Host string Port string Theme string Show string ConfPath string YamlPath string KeyPath string LogPath string Interval string Quit chan bool GrMap map[string][]string }
Conf - web gui config
type GuiData ¶
type GuiData struct { Config Conf Icon string Repo Repo Plays []Play Themes []string Len int Keys []Key File string }
GuiData - web gui data
type Key ¶
type Key struct { ID int `db:"ID"` Date string `db:"DATE"` Name string `db:"NAME"` File string `db:"FILE"` State string `db:"STATE"` }
Key - ssh key
Click to show internal directories.
Click to hide internal directories.