Documentation
¶
Index ¶
- func CheckDirectory(name string) (err error)
- func CopyDirectoryFS(eFileSystem embed.FS, dbms, destination string) error
- func CreateDirectory(name string) (err error)
- func CreateProjectTree(eFileSystem embed.FS, dbms, destination string, tree []fileType) error
- func GetFSTree(eFileSystem embed.FS, source string) ([]fileType, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckDirectory ¶
CheckDirectory will check to see if there is a directory with the same name as argument passed in. Returns an error if a directory is found.
func CopyDirectoryFS ¶
CopyDirectoryFS will create a copy of the embedded file system, on the users machine for the selected DBMS.
func CreateDirectory ¶
CreateDirectory creates a directory that will be used for the project.
func CreateProjectTree ¶
CreateProjectTree creates the directory structure in the destination directory that matches the embed FS
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.