feat: storage + search modules skeleton

This commit is contained in:
NGPixel
2018-05-13 12:56:55 -04:00
parent bf02e1f78b
commit e03e6826a8
14 changed files with 321 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
module.exports = {
key: 'azure',
title: 'Azure Blob Storage',
props: [],
activate() {
},
deactivate() {
},
created(opts) {
},
updated(opts) {
},
deleted(opts) {
},
renamed(opts) {
}
}