MCPcopy Index your code
hub / github.com/OpenFunction/OpenFunction / builderRun

Struct builderRun

pkg/core/builder/shipwright/builderrun.go:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51)
52
53type builderRun struct {
54 client.Client
55 ctx context.Context
56 log logr.Logger
57 scheme *runtime.Scheme
58}
59
60func NewBuildRun(ctx context.Context, c client.Client, scheme *runtime.Scheme, log logr.Logger) core.BuilderRun {
61

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected