package
Version:
v1.6.5
Opens a new window with list of versions in this module.
Published: Mar 10, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Path struct {
Path string `config:"path"`
Backend Backend `config:"backend"`
}
type Redirect struct {
URL string `config:"url"`
Permanent bool `config:"permanent"`
}
type Rule struct {
Host string `config:"host"`
Backend Backend `config:"backend"`
Paths []Path `config:"paths"`
HostType string `config:"host_type,default=exact"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.