Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphFlowEnhancer ¶
type GraphFlowEnhancer struct {
graph.DefaultGraphListener
Graph *graph.Graph
// contains filtered or unexported fields
}
func NewGraphFlowEnhancer ¶
func NewGraphFlowEnhancer(g *graph.Graph, cache *cache.Cache) *GraphFlowEnhancer
func (*GraphFlowEnhancer) Enhance ¶
func (gfe *GraphFlowEnhancer) Enhance(f *flow.Flow)
func (*GraphFlowEnhancer) OnEdgeDeleted ¶ added in v0.11.0
func (gfe *GraphFlowEnhancer) OnEdgeDeleted(e *graph.Edge)
func (*GraphFlowEnhancer) OnNodeDeleted ¶ added in v0.11.0
func (gfe *GraphFlowEnhancer) OnNodeDeleted(n *graph.Node)
type NeutronFlowEnhancer ¶
type NeutronFlowEnhancer struct {
graph.DefaultGraphListener
Graph *graph.Graph
// contains filtered or unexported fields
}
func NewNeutronFlowEnhancer ¶
func NewNeutronFlowEnhancer(g *graph.Graph, cache *cache.Cache) *NeutronFlowEnhancer
func (*NeutronFlowEnhancer) Enhance ¶
func (nfe *NeutronFlowEnhancer) Enhance(f *flow.Flow)
func (*NeutronFlowEnhancer) OnEdgeDeleted ¶ added in v0.11.0
func (nfe *NeutronFlowEnhancer) OnEdgeDeleted(e *graph.Edge)
func (*NeutronFlowEnhancer) OnNodeDeleted ¶ added in v0.11.0
func (nfe *NeutronFlowEnhancer) OnNodeDeleted(n *graph.Node)
Source Files
¶
- cache.go
- graph.go
- neutron.go
Click to show internal directories.
Click to hide internal directories.