more folder types
This commit is contained in:
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user