A SDK module that implements the `ClientGenerator` interface
| 10 | |
| 11 | // A SDK module that implements the `ClientGenerator` interface |
| 12 | type clientGeneratorModule struct { |
| 13 | mod *module |
| 14 | |
| 15 | funcs map[string]*core.Function |
| 16 | } |
| 17 | |
| 18 | func (sdk *clientGeneratorModule) RequiredClientGenerationFiles( |
| 19 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected