SYMBOL INDEX (46 symbols across 12 files) FILE: cmd/capture.go function init (line 56) | func init() { FILE: cmd/create.go function init (line 40) | func init() { FILE: cmd/import.go function init (line 55) | func init() { FILE: cmd/root.go function Execute (line 27) | func Execute() { function init (line 34) | func init() {} FILE: cmd/verify.go function init (line 89) | func init() { FILE: cmd/visualize.go function init (line 33) | func init() { FILE: framed.go function main (line 8) | func main() { FILE: pkg/ext/decoder.go type SingleDir (line 12) | type SingleDir struct method UnmarshalYAML (line 27) | func (s *SingleDir) UnmarshalYAML(unmarshal func(interface{}) error) e... type config (line 42) | type config struct function ReadConfig (line 47) | func ReadConfig(path string) (config, []SingleDir) { function traverseStructure (line 77) | func traverseStructure(dir *SingleDir, path string, dirsList *[]SingleDi... FILE: pkg/ext/encoder.go type SingleDirOut (line 12) | type SingleDirOut struct type configOut (line 25) | type configOut struct function ExportConfig (line 30) | func ExportConfig(name string, path string, subdirs []string, files []st... function insertSubdirs (line 62) | func insertSubdirs(dirs *[]SingleDirOut, subdirs []string) { function insertSingleDir (line 68) | func insertSingleDir(dirs *[]SingleDirOut, dir string) { function containsDir (line 85) | func containsDir(dirs []SingleDirOut, name string) bool { function getDir (line 94) | func getDir(dirs []SingleDirOut, name string) *SingleDirOut { function insertFiles (line 103) | func insertFiles(root *SingleDirOut, files []string) { function insertSingleFile (line 109) | func insertSingleFile(root *SingleDirOut, file string) { function insertPatterns (line 126) | func insertPatterns(root *SingleDirOut, patterns map[string]string) { function insertSinglePattern (line 132) | func insertSinglePattern(root *SingleDirOut, dir string, pattern string) { FILE: pkg/ext/network.go function ExampleToUrl (line 9) | func ExampleToUrl(example string) string { function ImportFromUrl (line 13) | func ImportFromUrl(path string, url string) error { FILE: pkg/ext/printer.go function PrintOut (line 11) | func PrintOut(prompt string, text string) { function VisualizeTemplate (line 16) | func VisualizeTemplate(template []SingleDir) { function printDirectory (line 55) | func printDirectory(initString string, dirDepth int, connectorDir string... function printFile (line 60) | func printFile(initString string, depth int, connector string, file stri... FILE: pkg/ext/system.go function CreateDir (line 13) | func CreateDir(path string) { function CreateAllDirs (line 25) | func CreateAllDirs(dirList []SingleDir) { function CreateFile (line 31) | func CreateFile(path string, name string) { function CreateAllFiles (line 44) | func CreateAllFiles(dirList []SingleDir) { function DirExists (line 56) | func DirExists(path string) bool { function FileExists (line 68) | func FileExists(path string) bool { function CountFiles (line 77) | func CountFiles(path string) int { function HasDirs (line 91) | func HasDirs(path string) bool { function CheckDepth (line 105) | func CheckDepth(path string) int { function MatchPatternInDir (line 125) | func MatchPatternInDir(path string, pattern string) []string { function CaptureSubDirs (line 150) | func CaptureSubDirs(path string, depth int) []string { function CaptureAllFiles (line 170) | func CaptureAllFiles(path string, depth int) []string { function CaptureRequiredPatterns (line 191) | func CaptureRequiredPatterns(path string, depth int) map[string]string { function VerifyFiles (line 233) | func VerifyFiles(dir SingleDir, allGood *bool) { function VerifyForbiddenPatterns (line 241) | func VerifyForbiddenPatterns(dir SingleDir, allGood *bool) { function VerifyAllowedPatterns (line 251) | func VerifyAllowedPatterns(dir SingleDir, allGood *bool) {