Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExportData ¶
func ExportData(renderer model.Renderer, config ExportConfig) error
Types ¶
type ExportConfig ¶
type ExportConfig struct { Filename string Format ExportFormat }
type ExportFormat ¶
type ExportFormat string
const ( PRETTY ExportFormat = "" JSON ExportFormat = "json" YAML ExportFormat = "yaml" )
Click to show internal directories.
Click to hide internal directories.