Versions in this module Expand all Collapse all v1 v1.0.0 Apr 24, 2023 Changes in this version + var ErrFunctionCantBeMarkedAsHealthy = errors.New("one or more instances of the function can't be marked as healthy") + var ErrFunctionNotFound = errors.New("function not found") + var ErrNameConflict = errors.New("a function already exists with the given name") + func CreateFunctionHandler(state state.State, orch orchestration.Orchestrator) gin.HandlerFunc + func HealthHandler(state state.State) gin.HandlerFunc + func InvokeFunctionHandler(s state.State, orch orchestration.Orchestrator) gin.HandlerFunc + func ListFunctionsHandler(s state.State, orch orchestration.Orchestrator) gin.HandlerFunc + type APIError struct + Message string