MCPcopy Create free account
hub / github.com/codnect/procyon / ProcessBeforeInit

Method ProcessBeforeInit

component/lifecycle.go:31–31  ·  view source on GitHub ↗

ProcessBeforeInit is called before the Init method. Allows modification or validation of the instance before initialization.

(ctx context.Context, instance any)

Source from the content-addressed store, hash-verified

29 // ProcessBeforeInit is called before the Init method.
30 // Allows modification or validation of the instance before initialization.
31 ProcessBeforeInit(ctx context.Context, instance any) (any, error)
32}
33
34// PostProcessor defines logic that runs after a component is initialized.

Callers 1

applyPreProcessorsMethod · 0.65

Implementers 1

AnyPreProcessorcomponent/container_test.go

Calls

no outgoing calls

Tested by

no test coverage detected