Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
128 stars 46 forks source link

Group client files together #529

Closed hossam-nasr closed 11 months ago

hossam-nasr commented 11 months ago

Similar to #528 but for durable client files. No functional changes, just moving code. Creates a durableClient directory and groups client-related files under that directory, renaming them in the process to match casing of exported classes. Also separates out the getClient function into its own file, rather than living under the DurableOrchestrationClient file.