mavickers / Cargo

A simple chain-of-responsibility library.
0 stars 0 forks source link

Add WithServices() to Bus #4

Open mavickers opened 2 years ago

mavickers commented 2 years ago

Add Bus.WithServices(svc1, svc2, ...) to add multiple services at once.