Documentation
¶
Index ¶
- Constants
- type FileBase
- func (f *FileBase) GetDestinationPath() string
- func (f *FileBase) GetFileType() string
- func (f *FileBase) GetSource() string
- func (f *FileBase) LoadDynamicTemplate(templatePath string, assets, data map[string]string) error
- func (f *FileBase) SetDestinationPath(destinationPath string)
- func (f *FileBase) SetFileType(fileType string)
- func (f *FileBase) SetSource(source string)
Constants ¶
View Source
const ( NO_PDF_SOURCE = "sem html de origem" NO_PDF_DESTINATION = "sem path de destino" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileBase ¶
type FileBase struct {
// contains filtered or unexported fields
}
func (*FileBase) GetDestinationPath ¶
func (*FileBase) GetFileType ¶
func (*FileBase) LoadDynamicTemplate ¶
func (*FileBase) SetDestinationPath ¶
func (*FileBase) SetFileType ¶
Click to show internal directories.
Click to hide internal directories.