more folder types

This commit is contained in:
Danil Solovyov 2023-12-19 20:35:38 +05:00
parent 5f715016f0
commit b6a535a5ba

@ -23,6 +23,9 @@ type FolderType uint8
const ( const (
UnknownFolder FolderType = iota UnknownFolder FolderType = iota
MainFolder MainFolder
ModelsFolder
ControllersFolder
DBFolder
) )
func (r FolderType) stringMap() []string { func (r FolderType) stringMap() []string {