update serverless trigger boilerplate for go (#801)

This commit is contained in:
Abhinav Gautam 2018-10-20 14:20:23 +05:30 committed by Shahidh K Muhammed
parent 45c347552e
commit f07e460c59

View File

@ -9,8 +9,8 @@ Some of the language/platforms are work in progress. We welcome contributions fo
| Folder name | Use-case| Node.js(6) | Python | Java | Go | C#
|-------------|---------|:--------:|:------:|:----:|:---:|:---:
| echo | echo the trigger payload | ✅ | ✅ | ❌ | | ❌
| mutation | insert related data on an insert event using graphql mutation | ✅ | ✅ | ❌ | | ❌
| echo | echo the trigger payload | ✅ | ✅ | ❌ | | ❌
| mutation | insert related data on an insert event using graphql mutation | ✅ | ✅ | ❌ | | ❌
| push-notification | send push notification on database event | ❌ | ❌ | ❌ | ❌ | ❌
| etl | transform the trigger payload and update an algolia index | ❌ | ❌ | ❌ | ❌ | ❌