Versions in this module Expand all Collapse all v1 v1.7.1 Aug 15, 2026 Changes in this version + type CrawlGraph struct + func NewCrawlGraph() *CrawlGraph + func (g *CrawlGraph) AddEdge(sourceState, targetState string, action *types.Action) error + func (g *CrawlGraph) AddPageState(n types.PageState) error + func (g *CrawlGraph) DrawGraph(file string) error + func (g *CrawlGraph) GetPageState(id string) (*types.PageState, error) + func (g *CrawlGraph) GetVertices() []string + func (g *CrawlGraph) ShortestPath(sourceState, targetState string) ([]*types.Action, error)