...

Package faas

import "scheduler/faas"
Overview
Index

Overview ▾

Package faas implements the logic for dispatching FaaS calls according to the selected underlying framework.

func FunctionExecute

func FunctionExecute(functionName string, payload []byte, contentType string) (*types.FaasApiResponse, error)

FunctionExecute execute the FaaS function by selecting the appropriate dispatcher