Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServerStop = fmt.Errorf("https server stop")
Functions ¶
This section is empty.
Types ¶
type HTTPSServer ¶
type HTTPSServer struct {
// contains filtered or unexported fields
}
func NewHTTPSServer ¶
func NewHTTPSServer(handler http.Handler) *HTTPSServer
func (*HTTPSServer) LoadHttps ¶
func (s *HTTPSServer) LoadHttps() error
func (*HTTPSServer) RunHttps ¶
func (s *HTTPSServer) RunHttps(httpsErrorChan chan error)
func (*HTTPSServer) StopHttps ¶
func (s *HTTPSServer) StopHttps() error
Click to show internal directories.
Click to hide internal directories.