mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-02 21:53:58 +00:00
audit log fake methods
This commit is contained in:
@@ -31,6 +31,11 @@ module.exports = {
|
|||||||
return {};
|
return {};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
sendAuditLog_meta: true,
|
||||||
|
async sendAuditLog({ }) {
|
||||||
|
return null;
|
||||||
|
},
|
||||||
|
|
||||||
startRefreshLicense() {},
|
startRefreshLicense() {},
|
||||||
|
|
||||||
async getUsedEngines() {
|
async getUsedEngines() {
|
||||||
|
|||||||
7
packages/api/src/utility/auditlog.js
Normal file
7
packages/api/src/utility/auditlog.js
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
// only in DbGate Premium
|
||||||
|
|
||||||
|
async function sendToAuditLog(req, props) {}
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
sendToAuditLog,
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user