ParseAndValidate parses payload into a config with dyncfg metadata set. Includes all validation (including heavy checks like module instantiation).
(fn Function, name string)
| 20 | // ParseAndValidate parses payload into a config with dyncfg metadata set. |
| 21 | // Includes all validation (including heavy checks like module instantiation). |
| 22 | ParseAndValidate(fn Function, name string) (C, error) |
| 23 | |
| 24 | // ValidateJobName enforces the domain's job-name policy. Called before |
| 25 | // ParseAndValidate so cheap name-format rejections happen without parsing payload. |
no outgoing calls