mirror of https://github.com/requarks/wiki
parent
cb84df7a53
commit
076e923d48
@ -0,0 +1,20 @@
|
||||
require('../core/worker')
|
||||
|
||||
/* global WIKI */
|
||||
|
||||
module.exports = async (job) => {
|
||||
WIKI.logger.info(`Syncing with storage provider ${job.data.target.title}...`)
|
||||
|
||||
try {
|
||||
const target = require(`../modules/storage/${job.data.target.key}/storage.js`)
|
||||
target[job.data.event].call({
|
||||
config: job.data.target.config,
|
||||
mode: job.data.target.mode,
|
||||
page: job.data.page
|
||||
})
|
||||
WIKI.logger.info(`Syncing with storage provider ${job.data.target.title}: [ COMPLETED ]`)
|
||||
} catch (err) {
|
||||
WIKI.logger.error(`Syncing with storage provider ${job.data.target.title}: [ FAILED ]`)
|
||||
WIKI.logger.error(err.message)
|
||||
}
|
||||
}
|
@ -1,23 +1,23 @@
|
||||
module.exports = {
|
||||
async activated(opts) {
|
||||
async activated() {
|
||||
|
||||
},
|
||||
async deactivated(opts) {
|
||||
async deactivated() {
|
||||
|
||||
},
|
||||
async init(opts) {
|
||||
async init() {
|
||||
|
||||
},
|
||||
async created(opts) {
|
||||
async created() {
|
||||
|
||||
},
|
||||
async updated(opts) {
|
||||
async updated() {
|
||||
|
||||
},
|
||||
async deleted(opts) {
|
||||
async deleted() {
|
||||
|
||||
},
|
||||
async renamed(opts) {
|
||||
async renamed() {
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1,23 +1,23 @@
|
||||
module.exports = {
|
||||
async activated(opts) {
|
||||
async activated() {
|
||||
|
||||
},
|
||||
async deactivated(opts) {
|
||||
async deactivated() {
|
||||
|
||||
},
|
||||
async init(opts) {
|
||||
async init() {
|
||||
|
||||
},
|
||||
async created(opts) {
|
||||
async created() {
|
||||
|
||||
},
|
||||
async updated(opts) {
|
||||
async updated() {
|
||||
|
||||
},
|
||||
async deleted(opts) {
|
||||
async deleted() {
|
||||
|
||||
},
|
||||
async renamed(opts) {
|
||||
async renamed() {
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1,23 +1,23 @@
|
||||
module.exports = {
|
||||
async activated(opts) {
|
||||
async activated() {
|
||||
|
||||
},
|
||||
async deactivated(opts) {
|
||||
async deactivated() {
|
||||
|
||||
},
|
||||
async init(opts) {
|
||||
async init() {
|
||||
|
||||
},
|
||||
async created(opts) {
|
||||
async created() {
|
||||
|
||||
},
|
||||
async updated(opts) {
|
||||
async updated() {
|
||||
|
||||
},
|
||||
async deleted(opts) {
|
||||
async deleted() {
|
||||
|
||||
},
|
||||
async renamed(opts) {
|
||||
async renamed() {
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1,23 +1,23 @@
|
||||
module.exports = {
|
||||
async activated(opts) {
|
||||
async activated() {
|
||||
|
||||
},
|
||||
async deactivated(opts) {
|
||||
async deactivated() {
|
||||
|
||||
},
|
||||
async init(opts) {
|
||||
async init() {
|
||||
|
||||
},
|
||||
async created(opts) {
|
||||
async created() {
|
||||
|
||||
},
|
||||
async updated(opts) {
|
||||
async updated() {
|
||||
|
||||
},
|
||||
async deleted(opts) {
|
||||
async deleted() {
|
||||
|
||||
},
|
||||
async renamed(opts) {
|
||||
async renamed() {
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1,23 +1,23 @@
|
||||
module.exports = {
|
||||
async activated(opts) {
|
||||
async activated() {
|
||||
|
||||
},
|
||||
async deactivated(opts) {
|
||||
async deactivated() {
|
||||
|
||||
},
|
||||
async init(opts) {
|
||||
async init() {
|
||||
|
||||
},
|
||||
async created(opts) {
|
||||
async created() {
|
||||
|
||||
},
|
||||
async updated(opts) {
|
||||
async updated() {
|
||||
|
||||
},
|
||||
async deleted(opts) {
|
||||
async deleted() {
|
||||
|
||||
},
|
||||
async renamed(opts) {
|
||||
async renamed() {
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1,23 +1,23 @@
|
||||
module.exports = {
|
||||
async activated(opts) {
|
||||
async activated() {
|
||||
|
||||
},
|
||||
async deactivated(opts) {
|
||||
async deactivated() {
|
||||
|
||||
},
|
||||
async init(opts) {
|
||||
async init() {
|
||||
|
||||
},
|
||||
async created(opts) {
|
||||
async created() {
|
||||
|
||||
},
|
||||
async updated(opts) {
|
||||
async updated() {
|
||||
|
||||
},
|
||||
async deleted(opts) {
|
||||
async deleted() {
|
||||
|
||||
},
|
||||
async renamed(opts) {
|
||||
async renamed() {
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1,23 +1,23 @@
|
||||
module.exports = {
|
||||
async activated(opts) {
|
||||
async activated() {
|
||||
|
||||
},
|
||||
async deactivated(opts) {
|
||||
async deactivated() {
|
||||
|
||||
},
|
||||
async init(opts) {
|
||||
async init() {
|
||||
|
||||
},
|
||||
async created(opts) {
|
||||
async created() {
|
||||
|
||||
},
|
||||
async updated(opts) {
|
||||
async updated() {
|
||||
|
||||
},
|
||||
async deleted(opts) {
|
||||
async deleted() {
|
||||
|
||||
},
|
||||
async renamed(opts) {
|
||||
async renamed() {
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1,23 +1,23 @@
|
||||
module.exports = {
|
||||
async activated(opts) {
|
||||
async activated() {
|
||||
|
||||
},
|
||||
async deactivated(opts) {
|
||||
async deactivated() {
|
||||
|
||||
},
|
||||
async init(opts) {
|
||||
async init() {
|
||||
|
||||
},
|
||||
async created(opts) {
|
||||
async created() {
|
||||
|
||||
},
|
||||
async updated(opts) {
|
||||
async updated() {
|
||||
|
||||
},
|
||||
async deleted(opts) {
|
||||
async deleted() {
|
||||
|
||||
},
|
||||
async renamed(opts) {
|
||||
async renamed() {
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1,23 +1,23 @@
|
||||
module.exports = {
|
||||
async activated(opts) {
|
||||
async activated() {
|
||||
|
||||
},
|
||||
async deactivated(opts) {
|
||||
async deactivated() {
|
||||
|
||||
},
|
||||
async init(opts) {
|
||||
async init() {
|
||||
|
||||
},
|
||||
async created(opts) {
|
||||
async created() {
|
||||
|
||||
},
|
||||
async updated(opts) {
|
||||
async updated() {
|
||||
|
||||
},
|
||||
async deleted(opts) {
|
||||
async deleted() {
|
||||
|
||||
},
|
||||
async renamed(opts) {
|
||||
async renamed() {
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in new issue