Skip to content

Commit 5cbe2b2

Browse files
authored
functions: update package comments (GoogleCloudPlatform#765)
1 parent f8a3a6e commit 5cbe2b2

File tree

18 files changed

+19
-18
lines changed

18 files changed

+19
-18
lines changed

functions/console_snippets/firebase_rtdb/firebase_rtdb.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
// [START functions_firebase_rtdb]
1616

17-
// Package p contains a Firebase Realtime Database Cloud Function.
17+
// Package p contains a Cloud Function triggered by a Firebase Realtime Database
18+
// event.
1819
package p
1920

2021
import (

functions/console_snippets/firestore/firestore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// Package p contains a Firestore Cloud Function.
15+
// Package p contains a Cloud Function triggered by a Firestore event.
1616
package p
1717

1818
import (

functions/firebase/hello/firestore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// [START functions_firebase_firestore]
1616

17-
// Package hello contains a Firestore Cloud Function.
17+
// Package hello contains a Cloud Function triggered by a Firestore event.
1818
package hello
1919

2020
import (

functions/helloworld/hello_cloud_storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// [START functions_helloworld_storage]
1616

17-
// Package helloworld provides a set of Cloud Function samples.
17+
// Package helloworld provides a set of Cloud Functions samples.
1818
package helloworld
1919

2020
import (

functions/helloworld/hello_http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// [START functions_helloworld_http]
1616

17-
// Package helloworld provides a set of Cloud Function samples.
17+
// Package helloworld provides a set of Cloud Functions samples.
1818
package helloworld
1919

2020
import (

functions/helloworld/hello_logging.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// [START functions_log_helloworld]
1616

17-
// Package helloworld provides a set of Cloud Function samples.
17+
// Package helloworld provides a set of Cloud Functions samples.
1818
package helloworld
1919

2020
import (

functions/helloworld/hello_pubsub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// [START functions_helloworld_pubsub]
1616
// [START functions_helloworld_background]
1717

18-
// Package helloworld provides a set of Cloud Function samples.
18+
// Package helloworld provides a set of Cloud Functions samples.
1919
package helloworld
2020

2121
import (

functions/helloworld/hello_world.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// [START functions_helloworld_get]
1616

17-
// Package helloworld provides a set of Cloud Function samples.
17+
// Package helloworld provides a set of Cloud Functions samples.
1818
package helloworld
1919

2020
import (

functions/helloworld/remote_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// [START functions_firebase_remote_config]
1616

17-
// Package helloworld provides a set of Cloud Function samples.
17+
// Package helloworld provides a set of Cloud Functions samples.
1818
package helloworld
1919

2020
import (

functions/helloworld/storage_generic/hello_storage_generic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// [START functions_helloworld_storage_generic]
1616

17-
// Package helloworld provides a set of Cloud Function samples.
17+
// Package helloworld provides a set of Cloud Functions samples.
1818
package helloworld
1919

2020
import (

0 commit comments

Comments
 (0)