Exemple #1
0
func NewRewrite(params params.ModuleParams) *Rewrite {
	return &Rewrite{
		path: params.GetArray("path"),
	}
}