forked from Silverfish/proton-bridge
feat: pull out most things as attachments
This commit is contained in:
@ -33,6 +33,10 @@ func (p *Parser) NewWalker() *Walker {
|
||||
return newWalker(p.root)
|
||||
}
|
||||
|
||||
func (p *Parser) NewVisitor(defaultRule VisitorRule) *Visitor {
|
||||
return newVisitor(p.root, defaultRule)
|
||||
}
|
||||
|
||||
func (p *Parser) NewWriter() *Writer {
|
||||
return newWriter(p.root)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user