🦄 refactor(remove mq): remove mq in stellar

This commit is contained in:
yangwei
2024-11-26 14:44:44 +08:00
parent 78562a8dd8
commit 9895e93214
15 changed files with 25 additions and 1422 deletions

View File

@@ -7,10 +7,7 @@ extern "C"
#include "stellar/module.h"
#include "stellar/mq.h"
#include <limits.h>
#include <stdbool.h>
struct module
@@ -43,7 +40,6 @@ struct module_manager
{
char *toml_path;
int max_thread_num;
struct mq_schema *mq_schema;
struct logger *logger;
}config;