Catalogue (#443)

This commit is contained in:
RichardAH
2025-04-01 16:47:48 +10:00
committed by GitHub
parent 0b675465b4
commit e84a36867b
29 changed files with 3045 additions and 112 deletions

View File

@@ -174,6 +174,9 @@ Handler const handlerArray[]{
// Evented methods
{"subscribe", byRef(&doSubscribe), Role::USER, NO_CONDITION},
{"unsubscribe", byRef(&doUnsubscribe), Role::USER, NO_CONDITION},
{"catalogue_create", byRef(&doCatalogueCreate), Role::ADMIN, NO_CONDITION},
{"catalogue_status", byRef(&doCatalogueStatus), Role::ADMIN, NO_CONDITION},
{"catalogue_load", byRef(&doCatalogueLoad), Role::ADMIN, NO_CONDITION},
};
class HandlerTable