Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseCityList ¶
func ParseCityList(contents []byte, _ string) engine.ParseResult
Types ¶
type ProfileParser ¶
type ProfileParser struct {
// contains filtered or unexported fields
}
func NewProfileParser ¶
func NewProfileParser(name string, gender string) *ProfileParser
func (*ProfileParser) Parse ¶
func (p *ProfileParser) Parse(contents []byte, url string) engine.ParseResult
func (*ProfileParser) Serialize ¶
func (p *ProfileParser) Serialize() (name string, args interface{})
Click to show internal directories.
Click to hide internal directories.