Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide(http.NewServeMux), fx.Provide(NewServer), fx.Invoke(statsviz.Register), fx.Invoke(pprof.Register), fx.Invoke(fgprof.Register), fx.Invoke(psutil.Register), )
Module for fx.
Functions ¶
Types ¶
type Server ¶
Server for debug.
func (*Server) GetService ¶ added in v2.26.0
GetService returns the service, if defined.
Click to show internal directories.
Click to hide internal directories.