package
0.0.0-20231001084023-4a16a5549c88
Repository: https://github.com/defeng-hub/go-email-template.git
Documentation: pkg.go.dev

# Functions

NewOptions return an Options instance with default value.
NewPremailer return a new instance of Premailer It take a Document as argument and it shouldn't be nil.
NewPremailerFromBytes take in a document in byte and create a goquery.Document and then create and Premailer instance.
NewPremailerFromFile take an filename Read the content of this file and create a goquery.Document and then create and Premailer instance.
NewPremailerFromString take in a document in string format and create a goquery.Document and then create and Premailer instance.

# Structs

Options for controlling behaviour.

# Interfaces

Premailer is the inteface of Premailer.