Documentation
¶
Index ¶
- func CreateFunction(c echo.Context) error
- func DecodeServiceClass(serviceClass string) (p function.ServiceClass)
- func DeleteFunction(c echo.Context) error
- func GetFunctions(c echo.Context) error
- func GetServerStatus(c echo.Context) error
- func InvokeFunction(c echo.Context) error
- func PollAsyncResult(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFunction ¶
CreateFunction handles a function creation request.
func DecodeServiceClass ¶
func DecodeServiceClass(serviceClass string) (p function.ServiceClass)
func DeleteFunction ¶
DeleteFunction handles a function deletion request.
func GetFunctions ¶
GetFunctions handles a request to list the function available in the system.
func GetServerStatus ¶
GetServerStatus simple api to check the current server status
func InvokeFunction ¶
InvokeFunction handles a function invocation request.
func PollAsyncResult ¶
PollAsyncResult checks for the result of an asynchronous invocation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.