Versions in this module Expand all Collapse all v0 v0.12.0 Aug 24, 2026 v0.11.0 Aug 23, 2026 v0.10.0 Aug 22, 2026 v0.9.0 Aug 15, 2026 v0.8.0 Jul 23, 2026 v0.7.0 Jul 14, 2026 v0.6.1 Jul 6, 2026 v0.6.0 Jul 6, 2026 v0.5.1 Jul 3, 2026 v0.5.0 Jul 1, 2026 v0.4.0 Jun 26, 2026 v0.3.1 Jun 22, 2026 v0.3.0 Jun 22, 2026 Changes in this version + func ContentHash(content string) string + func DecodeJSON(raw *json.RawMessage) any + func EncodeJSON(v any) (*json.RawMessage, error) + func MarshalYAML(v any) (string, error) + func NodeFilePath(root, loc string) (string, error) + func RenderJSON(doc *Document) (string, error) + func RenderMarkdown(doc *Document, standalone bool) (string, error) + type Document struct + Abstract string + AbstractOriginHash string + Alias string + Content string + ContentHash string + Data any + Description string + Edges []Edge + ID string + Loc string + MemoryURN string + Name string + Properties any + Seq *int + Tags []string + Type string + func ParseJSON(data []byte) (*Document, error) + func ParseMarkdown(data []byte) (*Document, error) + type Edge struct + Condition any + Description string + IsRunnable bool + Loc string + Name string + Priority int + TargetID string + TargetLoc string