Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
modusgraph-gen
command
modusGraphGen is a code generation tool that reads Go structs with dgraph struct tags and produces a typed client library, functional options, query builders, and a Kong CLI.
|
modusGraphGen is a code generation tool that reads Go structs with dgraph struct tags and produces a typed client library, functional options, query builders, and a Kong CLI. |
|
modusgraph-gen/internal/generator
Package generator executes code-generation templates against a parsed model to produce typed client libraries.
|
Package generator executes code-generation templates against a parsed model to produce typed client libraries. |
|
modusgraph-gen/internal/model
Package model defines the intermediate representation used between the parser and the code generator.
|
Package model defines the intermediate representation used between the parser and the code generator. |
|
modusgraph-gen/internal/parser
Package parser extracts entity and field metadata from Go source files by inspecting struct declarations and their struct tags.
|
Package parser extracts entity and field metadata from Go source files by inspecting struct declarations and their struct tags. |
Click to show internal directories.
Click to hide internal directories.