Skip to main content

Voedger Server

Prefixes

  • cmd: command line utility
  • mod: Go module
  • pkg: Go package
  • extsoft: external software

Documentation structure

Documentation is organized as follows:

  • Design folder contains the server and components architecture and design
  • Other folders contain the documentation about features and use cases

Example:

  • 📁Design
  • 📂Feature1
    • 📁UseCase1
    • 📁UseCase2
  • 📁Feature2