refactor: logging + search modules PH
This commit is contained in:
7
server/modules/search/aws/definition.yml
Normal file
7
server/modules/search/aws/definition.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
key: aws
|
||||
title: AWS CloudSearch
|
||||
description: Amazon CloudSearch is a managed service in the AWS Cloud that makes it simple and cost-effective to set up, manage, and scale a search solution for your website or application.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/aws.svg
|
||||
website: https://aws.amazon.com/cloudsearch/
|
||||
props: {}
|
26
server/modules/search/aws/engine.js
Normal file
26
server/modules/search/aws/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