This commit is contained in:
Louis Lam 2022-12-27 22:59:53 +08:00
parent 7e3c752409
commit c1b94fda13
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class MonitorType {
}
module.exports = MonitorType;

View File

@ -252,6 +252,10 @@ class UptimeKumaServer {
this.pluginsManager = new PluginsManager(this, dir);
}
addMonitorType(monitorType) {
// TODO
}
}
module.exports = {