Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPServer ¶
type HTTPServer struct {
// contains filtered or unexported fields
}
HTTPServer is the object wrapper for OSM's HTTP server class
func NewHTTPServer ¶
func NewHTTPServer(probes []health.Probes, httpProbes []health.HTTPProbe, metricStore metricsstore.MetricStore, apiPort int32, debugServer debugger.DebugServer) *HTTPServer
NewHTTPServer creates a new API server
func (*HTTPServer) Start ¶
func (s *HTTPServer) Start()
Start runs the Serve operations for the http.server on a separate go routine context
Click to show internal directories.
Click to hide internal directories.