# Packages

No description provided by the author

# Functions

NewFunction which creates a Function with a given Handler.
NewHandler creates a base fc handler from the given handler function.
NewHttpHandler creates a http fc handler from the given handler function.
NewLifeCycleHandler creates a http fc handler from the given handler function.
RegistryInitializeFunction 注册 initialize 函数,在示例启动时执行且只执行一次.
RegisterPreFreezeFunction ...
RegisterPreStopFunction ...
Start takes a handler and talks to an internal fc endpoint to pass requests to the handler.
StartHandler takes in a Handler wrapper interface which can be implemented either by a custom function or a struct.
StartHandlerWithContext is the same as StartHandler except sets the base context for the function.
StartHttp ..
StartWithContext is the same as Start except sets the base context for the function.

# Structs

Function struct which wrap the Handler.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
include initialize handler, pre-freeze handler and pre-stop handler.