edgeless-project / edgeless

MVP Implementation
Other
16 stars 1 forks source link

Implement patching in CoapClient #94

Closed ccicconetti closed 1 month ago

ccicconetti commented 9 months ago

After merging #60, the output mapping in ResourceInstanceSpecification is not used anymore, as the procedure is to create all functions/instances and then do the patching (formerly known as UpdateLinks).

The field ResourceInstanceSpecification::output_mapping is now empty and can be removed.

raphaelhetzel commented 2 months ago

done in #169