Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMappingNotFound = errors.New("mapping not found") ErrMappingNotSpecified = errors.New("you must specify at least one mapping") )
View Source
var ( ErrEmptySourceURL = errors.New("source url should not be empty") ErrEmptyTargetURL = errors.New("target url should not be empty") )
Functions ¶
This section is empty.
Types ¶
type Factory ¶ added in v0.0.4
type Factory struct {
// contains filtered or unexported fields
}
func NewURLReplacerFactory ¶
type Replacer ¶
type Replacer struct {
// contains filtered or unexported fields
}
func NewReplacer ¶ added in v0.0.4
func (*Replacer) IsSourceSecure ¶ added in v0.0.3
func (*Replacer) IsTargetSecure ¶ added in v0.0.3
func (*Replacer) ReplaceSoft ¶ added in v0.2.1
Click to show internal directories.
Click to hide internal directories.