function

Resolve

func Resolve(applicationConfig Config) (schema.Manifest, error)

Resolve executable config into the immutable canonical schema manifest.

Source core/config.go:392

@param applicationConfig
The application-owned executable configuration.
@returns
The validated deterministic manifest, or path-aware configuration failure.

Resolve applies plugin config transforms in declaration order to a defensive copy. It does not open the document database or object storage.

Related types

  • Config

    Executable application-owned Ridu configuration.

  • Manifest

    An immutable versioned schema contract.