Categorygithub.com/tpiperatgod/offf-go
repository
0.0.0-20220305064040-83645c94634a
Repository: https://github.com/tpiperatgod/offf-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

OpenFunction Functions Framework for Go

functions-framework-go is an implementation of functions-framework in Go. It follows the functions-framework criteria for function-to-application conversions.

To learn more about the functions-framework criteria, refer to the following links:

Usage

functions-framework-go requires a Go 1.15+ environment. To import this pkg, configure the following code in the go.mod file:

Get the correct version in Compatibility.

require (
	github.com/tpiperatgod/offf-go <version>
)

Samples

To learn how to use function-framework-go and how it works, refer to the functions-framework samples in the OpenFunction Samples repository.

Compatibility

VersionOpenFunctionContextBuilder (Go)
v0.0.0-20210628081257-4137e46a99a6v0.3.*v0.1.0v0.2.2 (openfunction/builder-go:v0.2.2-1.15)
v0.0.0-20210922063920-81a7b2951b8av0.4.*v0.2.0v0.3.0 (openfunction/builder-go:v0.3.0-1.15)
v0.1.1v0.5.*v0.2.0v0.4.0 (openfunction/builder-go:v0.4.0-1.15)