Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendDescription ¶
type FrontendDescription ¶
type FrontendDescription struct { router.Frontend CertificateId router.Identifier `json:"CertificateId,omitempty"` BackendId router.Identifier `json:"BackendId,omitempty"` }
func (*FrontendDescription) CheckCertificate ¶
func (f *FrontendDescription) CheckCertificate(certs router.Certificates) error
type UpdateFrontendRequest ¶
type UpdateFrontendRequest struct { Frontends []FrontendDescription Backends []BackendDescription }
func (UpdateFrontendRequest) Execute ¶
func (j UpdateFrontendRequest) Execute(resp jobs.Response)
Click to show internal directories.
Click to hide internal directories.