fftypes

package
v0.0.0-...-923a665 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL