SYMBOL INDEX (840 symbols across 50 files) FILE: assets/assets.go function AssetFS (line 7) | func AssetFS() *assetfs.AssetFS { FILE: cmd/gocho/gocho.go function main (line 10) | func main() { FILE: pkg/cmds/cmds.go function ConfigureAction (line 11) | func ConfigureAction(c *cli.Context) error { function StartAction (line 19) | func StartAction(c *cli.Context) error { function New (line 48) | func New() *cli.App { FILE: pkg/config/config.go type Config (line 9) | type Config struct method String (line 18) | func (c *Config) String() string { function ConfigureWizard (line 26) | func ConfigureWizard() error { function LoadConfig (line 30) | func LoadConfig() (*Config, error) { FILE: pkg/config/utils.go function fileExists (line 13) | func fileExists(file string) bool { function CleanPath (line 18) | func CleanPath(str string) string { function writeConfigToFile (line 22) | func writeConfigToFile(c *Config, fileName string) error { function getConfigFileName (line 27) | func getConfigFileName() (string, error) { function getDefaultConfig (line 37) | func getDefaultConfig() (*Config, error) { FILE: pkg/config/wizard.go function configureWizard (line 10) | func configureWizard() error { FILE: pkg/info/info.go constant APP_NAME (line 4) | APP_NAME = "gocho" constant VERSION (line 5) | VERSION = "0.2.0-alfa" FILE: pkg/node/dashboard.go function configHandler (line 13) | func configHandler(conf *config.Config) func(w http.ResponseWriter, r *h... function nodesHandler (line 26) | func nodesHandler(nodeList *list.List) func(http.ResponseWriter, *http.R... function dashboardServe (line 45) | func dashboardServe(conf *config.Config, nodeList *list.List) { FILE: pkg/node/index.go constant HTML_BODY (line 12) | HTML_BODY = ` constant HTML_END (line 48) | HTML_END = `