Versions in this module Expand all Collapse all v1 v1.0.0 Sep 28, 2020 Changes in this version + type Builder interface + Build func(jwalk.ObjectWalker) (Commands, error) + type BuilderFct func(jwalk.ObjectWalker) (Commands, error) + type Command struct + Args []interface{} + Q string + type Commands []Command + type DbEngine interface + type Execer interface + Exec func(Commands) error + type Polluter struct + func New(engine DbEngine, parser parser.Parser) *Polluter + func (p *Polluter) Pollute(r io.Reader) error