config_parse: rename `data` parameter to `payload` for clarity
By convention, parameters that get passed to callbacks are usually named `payload` in our codebase. Rename the `data` parameters in the configuration parser callbacks to `payload` to avoid confusion.
Showing
Please
register
or
sign in
to comment