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: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Namespace → Per-Package Files Example
This example shows how to:
- Register types from multiple packages
- Build a
syntetic/model.Namespace from the registry
- Generate a
GoFile per package with Namespace.BuildFiles
- Write the rendered files under
./gen/<pkg-alias>/types_gen.go
Run:
go run ./examples/namespace_files
You should see two files written:
./gen/customer/types_gen.go (package customer)
./gen/orders/types_gen.go (package orders)
These files contain type declarations for the registered types, with imports
assigned deterministically.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.