Documentation
¶
Index ¶
Constants ¶
View Source
const ( JSON FileReaderType = ".json" YAML = ".yaml" XML = ".xml" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileReaderType ¶
type FileReaderType string
type IReader ¶
func NewFileReader ¶
type JsonReader ¶
type JsonReader struct {
// contains filtered or unexported fields
}
func (JsonReader) Read ¶
func (r JsonReader) Read(filePath string) map[string]interface{}
Click to show internal directories.
Click to hide internal directories.