WIP
This commit is contained in:
parent
7e3c752409
commit
c1b94fda13
5
server/monitor-types/monitor-type.js
Normal file
5
server/monitor-types/monitor-type.js
Normal file
@ -0,0 +1,5 @@
|
||||
class MonitorType {
|
||||
|
||||
}
|
||||
|
||||
module.exports = MonitorType;
|
@ -252,6 +252,10 @@ class UptimeKumaServer {
|
||||
this.pluginsManager = new PluginsManager(this, dir);
|
||||
}
|
||||
|
||||
addMonitorType(monitorType) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user