Explorar o código

create search service

itizawa %!s(int64=5) %!d(string=hai) anos
pai
achega
dc923d294f
Modificáronse 1 ficheiros con 16 adicións e 0 borrados
  1. 16 0
      src/server/service/growi-bot/search.js

+ 16 - 0
src/server/service/growi-bot/search.js

@@ -0,0 +1,16 @@
+
+
+class SearchService {
+
+  constructor(client) {
+    this.client = client;
+  }
+
+  search(body, args) {
+    console.log(body, args);
+  }
+
+}
+
+
+module.exports = SearchService;