Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileStruct ¶
type FileStruct struct {
Name string `json:"name"`
Type string `json:"type"`
Children []FileStruct `json:"children,omitempty"`
}
type ModelReader ¶
type ModelReader interface {
ConvertModel(jsonString []byte, fileStruct *FileStruct) error
ReadJsonConfig(filePath string) ([]byte, error)
GetFileStructureFromFile(filePath string, fileStruct *FileStruct) error
}
func GetModelReader ¶
func GetModelReader() ModelReader
Click to show internal directories.
Click to hide internal directories.