config

package
v0.0.5-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2022 License: MIT Imports: 3 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL