namespace_files

command
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL