Documentation
¶
Index ¶
Constants ¶
View Source
const ( MAIN_URL = "/home" TEMPLATES_URL = "/templates" INTERNAL_TEMPLATES_URL = "/internal-project-template" )
Variables ¶
This section is empty.
Functions ¶
func CreateFoldersFromTemplate ¶
func CreateFoldersFromTemplate()
Types ¶
type FolderTree ¶
type FolderTree struct { FolderName string `json:"FolderName"` Childern []FolderTree `json:"Childern"` }
Click to show internal directories.
Click to hide internal directories.