MCPcopy Index your code
hub / github.com/dagger/dagger / clientGeneratorModule

Struct clientGeneratorModule

core/sdk/module_client_generator.go:12–16  ·  view source on GitHub ↗

A SDK module that implements the `ClientGenerator` interface

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected