manifoldco / go-manifold

Go client API for Manifold (unstable)
https://www.manifold.co
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Use Validate(interface{}) for the Identifier interface{} #88

Closed enmand closed 5 years ago

enmand commented 5 years ago

The pervious API for Validate on ID was to accept an interface{} instead of a strfmt.Registry, but this was changed with the Identifier changes, however it breaks Marketplace builds on go-manifold 0.9.10

enmand commented 5 years ago

Closing for https://github.com/manifoldco/marketplace/pull/1544