razorpay / razorpay-go

Razorpay Go SDK
MIT License
37 stars 24 forks source link

Why are we using Empty interface Request and Responses #41

Open rajamaniraja opened 2 years ago

rajamaniraja commented 2 years ago

Can we use Proper Golang Struct for all the entity methods? It's really hard to Integrate and maintain the Models. Map[string]interface{} is not a good pattern.