Documentation
¶
Index ¶
Constants ¶
View Source
const ( FormatYAML = "yaml" FormatJSON = "json" FormatCSV = "csv" )
Variables ¶
This section is empty.
Functions ¶
func Export ¶
Export will export the given data into specified file format, if not specified then it will using default json file format
func ExportCSV ¶
ExportCSV is quick call to export the given data into csv file data must be a slice of struct otherwise will error
func ExportJSON ¶
ExportJSON is quick call to export the given data into json file
func ExportYaml ¶
ExportYaml is quick call to export the given data into yaml file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.