Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

v0 state

Back to all declarations

buildGraph

func() *v0.Graph

buildGraph is a small, realistic dependency graph: a realm on top of a couple of libraries, themselves on a shared core.

Open
OID
0b88e2…493a:3
buildGraph details

Inspect func

cyclicGraph

func() *v0.Graph

cyclicGraph is broken on purpose: auth and session need each other.

Open
OID
0b88e2…493a:5
cyclicGraph details

Inspect func

Render

func(path string) string

Render renders the demo for gnoweb. Render("") / Render("/") -> the build graph, resolved Render("/cycle") -> the broken graph and its report

Open
OID
0b88e2…493a:6
Render details

Inspect func

renderCycle

func() string

renderCycle shows the failure mode.

Open
OID
0b88e2…493a:7
renderCycle details

Inspect func

parseArg

func(path string) string

parseArg extracts the first path segment.

Open
OID
0b88e2…493a:8
parseArg details

Inspect func
buildGraph : func() *v0.Graph Inspect
cyclicGraph : func() *v0.Graph Inspect
Render : func(path string) string Inspect
renderCycle : func() string Inspect
parseArg : func(path string) string Inspect