feat: storage + search modules skeleton
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
module.exports = {
|
||||
key: 'elasticsearch',
|
||||
title: 'Elasticsearch',
|
||||
props: [],
|
||||
activate(opts) {
|
||||
|
||||
},
|
||||
deactivate(opts) {
|
||||
|
||||
},
|
||||
query(opts) {
|
||||
|
||||
},
|
||||
created(opts) {
|
||||
|
||||
},
|
||||
updated(opts) {
|
||||
|
||||
},
|
||||
deleted(opts) {
|
||||
|
||||
},
|
||||
renamed(opts) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user