const DefaultFunctionsListeningPort = 8080
			
		
		
		
			
			
			func FunctionExecute(functionName string, payload []byte, contentType string) (*types.FaasApiResponse, error)
FunctionExecute executes the passed function name
func GenFunctionExecute(functionName string, payload []byte, contentType string) (*types.FaasApiResponse, error)
func GetApiFunctionUrl(functionName string) string
GetApiFunctionUrl returns the API url for the given function
type ErrorFunctionNotFound struct{}
			
			
			
			
			
			
			
				
				func (ErrorFunctionNotFound) Error() string
type ErrorGeneric struct {
    ResponseBody string
}
			
			
			
			
			
			
			
				
				func (e ErrorGeneric) Error() string
type ErrorImpossibleToScaleFunction struct{}
			
			
			
			
			
			
			
				
				func (e ErrorImpossibleToScaleFunction) Error() string
type ErrorInternal struct {
    ResponseBody string
}
			
			
			
			
			
			
			
				
				func (e ErrorInternal) Error() string