Documentation
¶
Index ¶
- func Convert(output string, format Type) (string, error)
- func ConvertResult(headers []string, rows [][]string, format Type) (string, error)
- func WriteFile(content string, path string) error
- func WritePDF(output string, path string) error
- func WritePDFResult(headers []string, rows [][]string, path string) error
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertResult ¶ added in v0.3.2
ConvertResult converts structured data directly to the specified format, avoiding the round-trip through tabular string serialization.
Types ¶
Click to show internal directories.
Click to hide internal directories.