package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 25, 2020
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Rewrite struct {
Rules []*RewriteRule `validate:"dive"`
}
type RewriteRule struct {
Pattern string `validate:"required"`
CompiledPattern *regexp.Regexp `yaml:"-"`
Replace string `validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.