CatgirlIntelligenceAgency/code/common
2023-03-11 14:20:32 +01:00
..
config Additional code restructuring to get rid of util and misc-style packages. 2023-03-11 13:48:40 +01:00
model Fix bug where results would sometimes be presented solely based on the fact that the document is important on the site in general, regardless of whether it's important to the document. 2023-03-11 14:20:32 +01:00
renderer Move all code to a code directory. 2023-03-07 17:14:32 +01:00
service Additional code restructuring to get rid of util and misc-style packages. 2023-03-11 13:48:40 +01:00
service-client Move all code to a code directory. 2023-03-07 17:14:32 +01:00
service-discovery Move all code to a code directory. 2023-03-07 17:14:32 +01:00
readme.md Move all code to a code directory. 2023-03-07 17:14:32 +01:00

Common

These are packages containing the basic building blocks for running a service as well as shared models.

  • config contains some @Injectables.
  • renderer contains utility code for rendering website templates.
  • service is the shared base classes for main methods and web services.
  • service-client is the shared base class for RPC.
  • service-discovery contains tools that lets the services find each other.