wikijs-fork/server/modules/storage/gdrive/storage.js

24 lines
233 B
JavaScript
Raw Normal View History

module.exports = {
async activated(opts) {
},
async deactivated(opts) {
},
async init(opts) {
},
async created(opts) {
},
async updated(opts) {
},
async deleted(opts) {
},
async renamed(opts) {
}
}