Documentation
¶
Overview ¶
package browser implements an HTML UI for web browsers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Browser ¶
type Browser struct {
// contains filtered or unexported fields
}
Browser implements HTTP handlers for web browsers.
type Graph ¶
type Graph struct { Model *models.Graph GraphAttrs, NodeAttrs, EdgeAttrs Attrs *multi.DirectedGraph // contains filtered or unexported fields }
func (*Graph) DOTAttributers ¶
func (g *Graph) DOTAttributers() (graph, node, edge encoding.Attributer)
Click to show internal directories.
Click to hide internal directories.