Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMappingNotFound = errors.New("mapping not found")
View Source
var ErrMappingNotSpecified = errors.New("you must specify at least one mapping")
View Source
var ErrSchemeNotMatched = errors.New("scheme in mapping and query not matched")
Functions ¶
This section is empty.
Types ¶
type URLReplacerFactory ¶
type URLReplacerFactory struct {
// contains filtered or unexported fields
}
func NewURLReplacerFactory ¶
func NewURLReplacerFactory(mappings map[string]string) (*URLReplacerFactory, error)
Click to show internal directories.
Click to hide internal directories.