package
Version:
v0.0.0-...-3b29460
Opens a new window with list of versions in this module.
Published: Jun 29, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package p contains a Google Cloud Storage Cloud Function.
HelloGCS prints a message when a file is changed in a Cloud Storage bucket.
type GCSEvent struct {
Bucket string `json:"bucket"`
Name string `json:"name"`
}
GCSEvent is the payload of a GCS event.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.