Documentation ¶
Index ¶
- Variables
- func CreateDirIn(dir string, dirName string) (string, error)
- func CreateFileIn(dir string, fileName string, data []byte) (string, error)
- func FindConceptFilesIn(dir string) []string
- func FindSpecFilesIn(dir string) []string
- func IsValidConceptExtension(path string) bool
- func IsValidSpecExtension(path string) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var AcceptedExtensions = make(map[string]bool)
Functions ¶
func FindConceptFilesIn ¶
Finds the concept files in specified directory
func FindSpecFilesIn ¶
Finds spec files in the given directory
func IsValidConceptExtension ¶
Checks if the path has a concept file extension
func IsValidSpecExtension ¶
Checks if the path has a spec file extension
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.