Documentation
¶
Overview ¶
proxymgr handles the adding of 'routes' (subdomain.domain/path sets) and their 'targets' or 'page', creating a reverse proxy router. It also handles the adding of 'certs' (key/cert sets) for a secure reverse proxy router
Index ¶
- Variables
- func DeleteCert(cert core.CertBundle) error
- func DeleteRoute(route core.Route) error
- func GetCerts() ([]core.CertBundle, error)
- func GetRoutes() ([]core.Route, error)
- func Init() error
- func SetCert(cert core.CertBundle) error
- func SetCerts(certs []core.CertBundle) error
- func SetRoute(route core.Route) error
- func SetRoutes(routes []core.Route) error
- type Nanobox
- func (self Nanobox) DeleteCert(cert core.CertBundle) error
- func (self Nanobox) DeleteRoute(route core.Route) error
- func (self Nanobox) GetCerts() ([]core.CertBundle, error)
- func (self Nanobox) GetRoutes() ([]core.Route, error)
- func (self Nanobox) Init() error
- func (self Nanobox) SetCert(cert core.CertBundle) error
- func (self Nanobox) SetCerts(certs []core.CertBundle) error
- func (self Nanobox) SetRoute(route core.Route) error
- func (self Nanobox) SetRoutes(routes []core.Route) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Proxy proxyable
)
Functions ¶
func DeleteCert ¶
func DeleteCert(cert core.CertBundle) error
func DeleteRoute ¶
func GetCerts ¶
func GetCerts() ([]core.CertBundle, error)
func SetCert ¶
func SetCert(cert core.CertBundle) error
func SetCerts ¶
func SetCerts(certs []core.CertBundle) error
Types ¶
type Nanobox ¶
type Nanobox struct{}
func (Nanobox) DeleteCert ¶
func (self Nanobox) DeleteCert(cert core.CertBundle) error
Click to show internal directories.
Click to hide internal directories.