Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ModuleGraph ¶
type ModuleGraph struct {
// contains filtered or unexported fields
}
ModuleGraph is a debug extension to visualize the module graph.
func (ModuleGraph) Description ¶
func (m ModuleGraph) Description() string
Description implements the debug.Extension interface.
func (ModuleGraph) GenerateSVG ¶
func (m ModuleGraph) GenerateSVG(writer http.ResponseWriter, request *http.Request)
GenerateSVG generates a SVG representation of the module (sub) graph.
func (ModuleGraph) Handler ¶
func (m ModuleGraph) Handler(writer http.ResponseWriter, request *http.Request)
Handler is the HTTP handler for the module graph.
func (ModuleGraph) Path ¶
func (m ModuleGraph) Path() string
Path implements the debug.Extension interface.
Click to show internal directories.
Click to hide internal directories.