Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParserOptions ¶
type ParserOptions struct {
// contains filtered or unexported fields
}
func NewParseOptions ¶
func NewParseOptions(includeLoaders map[string]string) (*ParserOptions, error)
func (*ParserOptions) Destory ¶
func (c *ParserOptions) Destory()
func (*ParserOptions) ParseJSON ¶
func (c *ParserOptions) ParseJSON(input string) (*ParserOutput, error)
func (*ParserOptions) ParseMJML ¶
func (c *ParserOptions) ParseMJML(input string) (*ParserOutput, error)
type ParserOutput ¶
type ParserOutput struct {
// contains filtered or unexported fields
}
func (*ParserOutput) Destory ¶
func (c *ParserOutput) Destory()
func (*ParserOutput) ToHTML ¶
func (c *ParserOutput) ToHTML() (string, error)
func (*ParserOutput) ToJSON ¶
func (c *ParserOutput) ToJSON() (string, error)
func (*ParserOutput) ToMJML ¶
func (c *ParserOutput) ToMJML() (string, error)
Click to show internal directories.
Click to hide internal directories.