ExtractKey parses dyncfg function ID into cache key + job name.
(fn Function)
| 16 | type Callbacks[C Config] interface { |
| 17 | // ExtractKey parses dyncfg function ID into cache key + job name. |
| 18 | ExtractKey(fn Function) (key, name string, ok bool) |
| 19 | |
| 20 | // ParseAndValidate parses payload into a config with dyncfg metadata set. |
| 21 | // Includes all validation (including heavy checks like module instantiation). |
no outgoing calls