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

Method ProcessAfterInit

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

ProcessAfterInit is called after the Init method. Allows additional configuration or enhancement of the instance.

(ctx context.Context, instance any)

Source from the content-addressed store, hash-verified

36 // ProcessAfterInit is called after the Init method.
37 // Allows additional configuration or enhancement of the instance.
38 ProcessAfterInit(ctx context.Context, instance any) (any, error)
39}
40
41// Finalizer can be implemented by components that need to release resources or clean up during shutdown.

Callers 1

applyPostProcessorsMethod · 0.65

Implementers 1

AnyPostProcessorcomponent/container_test.go

Calls

no outgoing calls

Tested by

no test coverage detected