package
Version:
v0.0.0-...-63a9e4b
Opens a new window with list of versions in this module.
Published: Jan 8, 2020
License: MIT
Opens a new window with license information.
Imports: 25
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Fwdr struct {
Balancer string
Prefix string
Targets []Target `yaml:"targets,omitempty"`
}
type FwdrList struct {
List []Fwdr
Rewrite map[string]string `yaml:"rewrite,omitempty"`
}
type Target struct {
Url string `yaml:"url,omitempty"`
Name string `yaml:"name,omitempty"`
Meta map[string]string `yaml:"meta,omitempty"`
Rewrite map[string]string `yaml:"rewrite,omitempty"`
}
type TemplateRenderer struct {
}
TemplateRenderer is a custom html/template renderer for Echo framework
Render renders a template document
Source Files
¶
Click to show internal directories.
Click to hide internal directories.