maddy/module
fox.cpp 35c3b1c792
Restructure code tree
Root package now contains only initialization code and 'dummy' module.

Each module now got its own package. Module packages are grouped by
their main purpose (storage/, target/, auth/, etc). Shared code is
placed in these "group" packages.

Parser for module references in config is moved into config/module.

Code shared by tests (mock modules, etc) is placed in testutils.
2019-09-08 16:06:38 +03:00
..
auth.go Add initial set of interfaces for modules 2019-03-30 17:34:19 +02:00
check.go Rework how check results are reported and processed 2019-08-31 01:15:48 +03:00
delivery_target.go all: Rename module and update imports 2019-08-25 20:32:53 +03:00
instances.go Don't use term "module instance" in error messages 2019-08-27 19:44:24 +03:00
module.go Restructure code tree 2019-09-08 16:06:38 +03:00
msgmetadata.go Rework how check results are reported and processed 2019-08-31 01:15:48 +03:00
registry.go Implement lazy initialization of module instances 2019-04-08 19:34:09 +03:00
storage.go sql: Use (new) GetOrcreateUser function 2019-05-29 21:23:37 +03:00