refactor: logging + search modules PH
This commit is contained in:
7
server/modules/search/azure/definition.yml
Normal file
7
server/modules/search/azure/definition.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
key: azure
|
||||
title: Azure Search
|
||||
description: AI-Powered cloud search service for web and mobile app development.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/azure.svg
|
||||
website: https://azure.microsoft.com/services/search/
|
||||
props: {}
|
26
server/modules/search/azure/engine.js
Normal file
26
server/modules/search/azure/engine.js
Normal file
@@ -0,0 +1,26 @@
|
||||
module.exports = {
|
||||
activate() {
|
||||
|
||||
},
|
||||
deactivate() {
|
||||
|
||||
},
|
||||
query() {
|
||||
|
||||
},
|
||||
created() {
|
||||
|
||||
},
|
||||
updated() {
|
||||
|
||||
},
|
||||
deleted() {
|
||||
|
||||
},
|
||||
renamed() {
|
||||
|
||||
},
|
||||
rebuild() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user