fsevent:轻松处理Google Cloud Functions Go Runtime上的Cloud Firestore事件 源码
fsevent 轻松处理Google Cloud Functions Go Runtime上的Cloud Firestore事件。 描述 由Cloud Firestore触发的Cloud Functions事件处理起来有些复杂。 GCP文档: 将fsevent接收为事件,并且可以对Cloud Firestore使用相同的类型定义。 产品特点 获取事件类型TypeCreate TypeUpdate或TypeDelete 在事件中反映值以构造您为firestore定义的结构 安装 最低Go版本:Go 1.11 使用安装和更新: $ go get -u github.com/ya5u/fse
用户评论