Versions in this module Expand all Collapse all v0 v0.1.12 Oct 21, 2025 v0.1.11 Oct 20, 2025retracted v0.1.10 Apr 29, 2025 v0.1.9 Apr 28, 2025 v0.1.8 Apr 11, 2025 v0.1.7 Mar 31, 2025 v0.1.6 Sep 29, 2024 v0.1.5 Sep 27, 2024 Changes in this version + var UI = out.UI + type Edge struct + ID string + Sources []string + Targets []string + type Label struct + Text string + type Node struct + Children []*Node + Edges []*Edge + Height int + ID string + Labels []Label + Width int + X int + Y int + type StaticHandler struct + Workflow *flow.Workflow + func (sh StaticHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request) Other modules containing this package github.com/Azure/go-workflow/visual/react