Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointGraphReport ¶
type EndpointGraphReport struct {
Version int `json:"version"`
Nodes []GraphNode `json:"nodes"`
Edges []GraphEdge `json:"edges"`
}
func BuildEndpointGraph ¶
func BuildEndpointGraph(config gowdk.Config, ir gwdkir.Program) EndpointGraphReport
type SourcePosition ¶
type SourceSpan ¶
type SourceSpan struct {
Start SourcePosition `json:"start"`
End SourcePosition `json:"end"`
}
type TreeReport ¶
func BuildTree ¶
func BuildTree(ir gwdkir.Program) TreeReport
Click to show internal directories.
Click to hide internal directories.