more folder types
This commit is contained in:
parent
5f715016f0
commit
b6a535a5ba
@ -23,6 +23,9 @@ type FolderType uint8
|
||||
const (
|
||||
UnknownFolder FolderType = iota
|
||||
MainFolder
|
||||
ModelsFolder
|
||||
ControllersFolder
|
||||
DBFolder
|
||||
)
|
||||
|
||||
func (r FolderType) stringMap() []string {
|
||||
|
Loading…
Reference in New Issue
Block a user