Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide(ProvideServer), fx.Invoke(StartHTTPServer), )
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) HandleHTTP ¶
func (s *Server) HandleHTTP(w http.ResponseWriter, r *http.Request)
func (*Server) HandleHealthCheck ¶
func (s *Server) HandleHealthCheck(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.