funcframework

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2020 License: Apache-2.0 Imports: 11 Imported by: 268

Documentation

Overview

Package funcframework is a Functions Framework implementation for Go. It allows you to register HTTP and event functions, then start an HTTP server serving those functions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterEventFunction

func RegisterEventFunction(path string, fn interface{})

RegisterEventFunction registers fn as an event function. The function must have two arguments, a context.Context and a struct type depending on the event, and return an error. If fn has the wrong signature, RegisterEventFunction panics.

func RegisterHTTPFunction

func RegisterHTTPFunction(path string, fn interface{})

RegisterHTTPFunction registers fn as an HTTP function.

func Start

func Start(port string) error

Start serves an HTTP server with registered function(s).

Types

This section is empty.

Jump to

Keyboard shortcuts

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