Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 437 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 437 Bytes

goserver

single frame for application, it has module:

  1. base model: define error, db connection, crpto
  2. config model: parse the configuration file (usually named as config.yml) and stored in memory.
  3. main model: main entrance of the application, api protocol, register codec, request handler, version control and middleware
  4. other model: application description and etc.
  5. user model: user operation function.