dapr / components-contrib

Community driven, reusable components for distributed apps
Apache License 2.0
548 stars 480 forks source link

state: Adds `io.Closer` to interface #3537

Closed JoshVanL closed 2 months ago

JoshVanL commented 2 months ago

Updates the base state interface to implement io.Closer.

famarting commented 2 months ago

ty!! Something like this is needed for every component interface, no?

JoshVanL commented 2 months ago

ty!! Something like this is needed for every component interface, no?

Yes, definitely