Versions in this module Expand all Collapse all v0 v0.12.0 Mar 9, 2026 v0.11.0 Mar 2, 2026 Changes in this version + var ErrEmptyContext = core.ErrEmptyContext + var ErrMissingName = core.ErrMissingName + var ErrUnsupportedFormat = core.ErrUnsupportedFormat + func Convert(ctx *Context, format string) ([]byte, error) + func ConverterNames() []string + func GenerateAll(ctx *Context, dir string) error + func RegisterConverter(converter Converter) + func WriteFile(ctx *Context, format, path string) error + type Architecture = core.Architecture + type Context = core.Context + func NewContext(name string) *Context + func Parse(data []byte) (*Context, error) + func ReadFile(path string) (*Context, error) + type ConversionError = core.ConversionError + type Converter = core.Converter + func GetConverter(name string) (Converter, bool) + type Dependencies = core.Dependencies + type Dependency = core.Dependency + type Diagram = core.Diagram + type Files = core.Files + type Note = core.Note + type Package = core.Package + type ParseError = core.ParseError + type Related = core.Related + type Testing = core.Testing + type WriteError = core.WriteError