mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-25 14:07:29 -05:00
Update JSDoc for better clarity
Co-authored-by: Nelson Chan <chakflying@hotmail.com> Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
parent
09e61d9d63
commit
1eecdec2d9
server
@ -3,7 +3,9 @@ const Database = require("../database");
|
|||||||
const path = require("path");
|
const path = require("path");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Send message to parent process
|
* Send message to parent process for logging
|
||||||
|
* since worker_thread does not have access to stdout, this is used
|
||||||
|
* instead of console.log()
|
||||||
* @param {any} any The message to log
|
* @param {any} any The message to log
|
||||||
*/
|
*/
|
||||||
const log = function (any) {
|
const log = function (any) {
|
||||||
|
@ -145,7 +145,7 @@ class Monitor extends BeanModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get status codes that are acceptable
|
* Get accepted status codes
|
||||||
* @returns {Object}
|
* @returns {Object}
|
||||||
*/
|
*/
|
||||||
getAcceptedStatuscodes() {
|
getAcceptedStatuscodes() {
|
||||||
@ -658,7 +658,7 @@ class Monitor extends BeanModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Send certificate information to information
|
* Send certificate information to client
|
||||||
* @param {Server} io Socket server instance
|
* @param {Server} io Socket server instance
|
||||||
* @param {number} monitorID ID of monitor to send
|
* @param {number} monitorID ID of monitor to send
|
||||||
* @param {number} userID ID of user to send to
|
* @param {number} userID ID of user to send to
|
||||||
|
Loading…
Reference in New Issue
Block a user