Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.4 KB

readme.md

File metadata and controls

40 lines (28 loc) · 1.4 KB

Build License ReportCard Release

gontractor (proof-of-concept)

Enables contract-first creation of Golang services by generating boilerplate code.

Why another microservice lib?

  • Write service contract as Swagger specification
  • Generate boilerplate (request/response types, service interface, server setup/startup code);
  • Add service implementation manually
  • Update contract
  • Regenerate boilerplate
  • Update service implementation as needed;

Why not...

Limitations

Only a small subset of Swagger functionality is supported by the tool.