command
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Feb 22, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Registry → File Rendering Example
This example shows how to:
- Define some Go types
- Register them in
x.Registry
- Convert the registry to a single
syntetic/model.GoFile
- Render the file to Go source
Files:
main.go – builds a registry from local types, bridges to a file with syntetic.FromRegistryFile, and prints the rendered source.
Run:
go run ./examples/registry_render
You should see a formatted Go source file printed to stdout with the generated type declarations under package example.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.