parsers

package
v0.0.0-...-dc05c9a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HtmlParser

type HtmlParser struct {
}

func (*HtmlParser) Parse

func (p *HtmlParser) Parse(name string, html string, data interface{}) (string, bool)

type Parser

type Parser interface {
	Parse(name string, templateToParse string, data interface{}) (string, bool)
}

func NewHtmlParser

func NewHtmlParser() Parser

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL