package
0.4.0-alpha
Repository: https://github.com/maxlandon/wiregost.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Data Service

The data_service/ directory contains all the code necessary to Wiregost for interacting with the PostgreSQL database. It all also contains all entities used in Wiregost that will need some form of persistence. This package should not import any other package from Wiregost, maybe except from some configuration.

  • models/ - All entities that need persistence in Wiregost, and their DB methods.
  • remote/ - Methods used by client to make requests to data service
  • handlers/ - Server handlers, calling models and their methods.
  • assets/ - Various functions for directory detection/setup
  • data_service.go - Entry point for data service