package
Version:
v1.7.0
Opens a new window with list of versions in this module.
Published: Sep 21, 2020
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func MergeOptions(opts ...*options) *options
MergeOptions combines the argued options into a single options in a last-one-wins fashion
func PdfOptions() *options
type IPdf interface {
CreatePdf(template string, data map[string]interface{}, opts ...*options) ([]byte, error)
}
IPdf, interface for pdf service
func NewPdfService(serviceUrl, serviceKey, templateDir string) IPdf
Source Files
¶
Click to show internal directories.
Click to hide internal directories.