MCPcopy Create free account
hub / github.com/compose-spec/compose-go / Apply

Method Apply

loader/loader.go:293–293  ·  view source on GitHub ↗

Apply changes to compose model based on recorder metadata

(interface{})

Source from the content-addressed store, hash-verified

291type PostProcessor interface {
292 // Apply changes to compose model based on recorder metadata
293 Apply(interface{}) error
294}
295
296type NoopPostProcessor struct{}

Callers 3

loadYamlFileFunction · 0.95
importResourceFunction · 0.65
applyServiceExtendsFunction · 0.65

Implementers 2

ResetProcessorloader/reset.go
NoopPostProcessorloader/loader.go

Calls

no outgoing calls

Tested by

no test coverage detected