OpenFunction / functions-framework-go

Go functions framework for OpenFunction
18 stars 20 forks source link

Optimization based on OpenFunction Serving feedback (with details inside) #11

Closed tpiperatgod closed 3 years ago

tpiperatgod commented 3 years ago
  1. Rename Dapr to OpenFuncAsync
  2. Unify the data input parameters of the function as in []byte
  3. Remove the switch for input and output
  4. Dapr HTTP protocol supported
  5. Rename input.pattern to input.uri, output.pattern to output.uri
  6. Move input.in_type into input.params, output.out_type into output.params
  7. Rename gRPC to grpc, HTTP to http Signed-off-by: laminar fangtian@kubesphere.io