AaronWard / covidify

Covidify - corona virus report and dataset generator for python 📈 [no longer being updated]
MIT License
446 stars 113 forks source link

Structural pattern #95

Open sngm1190 opened 3 years ago

sngm1190 commented 3 years ago

Create a new proxy class with the same interface as an original service object, the proxy creates a real service object and delegates all the work. A proxy control access to the original object, allowing to perform either before or after the request.