Documentation ¶
Index ¶
- Variables
- func GetExcelFileExportPath() (string, error)
- func GetExportPath(paths ...string) (string, error)
- func GetHtmlFileExportPath() (string, error)
- func GetJsonFileExportPath() (string, error)
- func GetPdfFileExportPath() (string, error)
- func GetWordFileExportPath() (string, error)
- type FileExport
Constants ¶
This section is empty.
Variables ¶
View Source
var ExportMap = cmap.New(cmap.MapConstructor{})
Functions ¶
func GetExcelFileExportPath ¶
func GetExportPath ¶
func GetHtmlFileExportPath ¶
func GetJsonFileExportPath ¶
func GetPdfFileExportPath ¶
func GetWordFileExportPath ¶
Types ¶
type FileExport ¶
type FileExport struct { TTL int64 Name string Extension string //Type string // FullPath can be indicated optionally only if you want to overwrite it FullPath string // contains filtered or unexported fields }
func NewFileExport ¶
func NewFileExport(f ...*FileExport) (*FileExport, error)
func (*FileExport) Export ¶
func (fe *FileExport) Export()
Click to show internal directories.
Click to hide internal directories.