Diffusion C API  6.7.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
diffusion_apply_json_patch_params_s Struct Reference

Structure describing a JSON patch application request. More...

Data Fields

const char * topic_path
 Topic path to be added.
 
const char * patch
 The patch to apply.
 
on_json_patch_result_cb on_json_patch_result
 Callback with the result of the JSON patch operation.
 
ERROR_HANDLER_T on_error
 Callback to handle errors. Can be NULL.
 
DISCARD_HANDLER_T on_discard
 Callback to handle. Can be NULL.
 
void * context
 User-supplied context returned to callbacks.
 

Detailed Description

Structure describing a JSON patch application request.


The documentation for this struct was generated from the following file: