vinyldns / go-vinyldns

Go client package for VinylDNS
Apache License 2.0
7 stars 25 forks source link

Export recordSetsList so custom retry logic can be implemented #90

Open jhg03a opened 2 years ago

jhg03a commented 2 years ago

Description of the Change

Why Should This Be In The Package?

This change doesn't add new functionality, but rather exposes existing functionality so that implementors can develop their own retry logic when obtaining recordset data.

Benefits

Implementors can develop their own retry logic when obtaining recordset data.

Possible Drawbacks

None

Verification Process

I searched through the codebase for references to the affected function and adjusted them. I then used a separate project including this branch of my go-vinyldns fork to implement retry logic.

Applicable Issues (Optional)

88