cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

Allow mocking of goext.ISchema #693

Closed zimnx closed 5 years ago

zimnx commented 5 years ago

For some reason mock of goext.ISchema was omitted. This PR adds generated mock and align goplugin code to accept mocked goext.ISchema objects.