import "scheduler/faas"
Package faas implements the logic for dispatching FaaS calls according to the selected underlying framework.
faas.go services.go
func FunctionExecute(functionName string, payload []byte, contentType string) (*types.FaasApiResponse, error)
FunctionExecute execute the FaaS function by selecting the appropriate dispatcher