Documentation
¶
Overview ¶
Package fftypes contains core types used throughout the functions framework (ff) implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackgroundEvent ¶
type BackgroundEvent struct { Data interface{} `json:"data"` Metadata *metadata.Metadata `json:"context"` }
BackgroundEvent is the incoming payload to functions framework to trigger Background Functions (https://cloud.google.com/functions/docs/writing/background). These fields are converted into parameters passed to the user function.
Click to show internal directories.
Click to hide internal directories.