Documentation
¶
Overview ¶
Package main is a boilerplate for JSON based microservices. This documentation should reflect the scope of the service.
Microservices are a collection of loosely coupled services, all functionality within this single source file should reflect that.
Encapsulate complex business logic into shareable libraries abstracted away from the service implementation expressed in the source below.
Simple business logic may be implemented here if it adds little or no significant complexity or limits readability or the surrounding source
Compile with -tags=jsoniter for faster json performance. https://github.com/gin-gonic/gin#build-with-jsoniter
txn2.com
Click to show internal directories.
Click to hide internal directories.