Documentation
¶
Overview ¶
Package flow provides request flow graph construction.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowEngine ¶
type FlowEngine struct {
// contains filtered or unexported fields
}
FlowEngine reconstructs request flow graphs.
func NewFlowEngine ¶
func NewFlowEngine(idx *indexer.Indexer, cfg *config.Config) *FlowEngine
NewFlowEngine creates a new FlowEngine.
func (*FlowEngine) Trace ¶
func (f *FlowEngine) Trace(ctx context.Context, req *types.TraceRequest) (*types.FlowGraph, error)
Trace reconstructs a flow graph around a seed entry.
Click to show internal directories.
Click to hide internal directories.