Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type AdapterEntries ¶
type AdapterEntries map[string]*canvas.AdapterNode
func (AdapterEntries) Add ¶
func (a AdapterEntries) Add(node *canvas.AdapterNode)
func (AdapterEntries) Remove ¶
func (a AdapterEntries) Remove(id string)
type HoverServer ¶
type HoverServer struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer() *HoverServer
func (*HoverServer) Close ¶
func (s *HoverServer) Close() error
func (*HoverServer) Handler ¶
func (s *HoverServer) Handler() http.Handler
func (*HoverServer) Init ¶
func (s *HoverServer) Init() (err error)
type PatchPanel ¶
type PatchPanel struct {
// contains filtered or unexported fields
}
func NewPatchPanel ¶
func NewPatchPanel() (pp *PatchPanel, err error)
func (*PatchPanel) Close ¶
func (p *PatchPanel) Close()
Click to show internal directories.
Click to hide internal directories.