A SDK module that implements the `CodeGenerator` interface
| 11 | |
| 12 | // A SDK module that implements the `CodeGenerator` interface |
| 13 | type codeGeneratorModule struct { |
| 14 | mod *module |
| 15 | } |
| 16 | |
| 17 | func (sdk *codeGeneratorModule) Codegen( |
| 18 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected