-
Notifications
You must be signed in to change notification settings - Fork 218
Docs pass for v2.eventarc #1110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
egilmorez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple nits, thanks Joe!
src/v2/providers/eventarc.ts
Outdated
| } | ||
|
|
||
| /** | ||
| * A function that takes a CloudEvent. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is CloudEvent a literal?
src/v2/providers/eventarc.ts
Outdated
| ): CloudFunction<CloudEvent<T>>; | ||
|
|
||
| /** Handles an Eventarc event. | ||
| * @param opts - Options to set on this Cloud Function |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I strongly prefer just "function," and think "Cloud Functions" -- the capped product -- should always be plural.
egilmorez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LG!
Description
Docs review for v2 event arc - this one was looking pretty good but just needed some empty descriptions added.