OpenFunction / functions-framework-go

Go functions framework for OpenFunction
18 stars 20 forks source link

[Proposal]Using uniform function signatures #16

Closed tpiperatgod closed 2 years ago

tpiperatgod commented 2 years ago

Motivation

Currently, functions-framework-go needs to handle three different functions:

This is not user-friendly and is not conducive to maintenance and evolution.

Main goal

Use functions(unified function signatures) based on the openfunction functions-framework specification to support different functions.

benjaminhuo commented 2 years ago

Agree

benjaminhuo commented 2 years ago

Close via https://github.com/OpenFunction/functions-framework-go/pull/22