Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AppName is the app name context key & url path parameter AppName string = "app_name" // AppID is the app id context key & url path parameter AppID string = "app_id" // TriggerID is the url path parameter for trigger id TriggerID string = "trigger_id" // CallID is the url path parameter for call id CallID string = "call_id" // FnID is the url path parameter for fn id FnID string = "fn_id" // TriggerSource is the triggers source parameter TriggerSource string = "trigger_source" //TriggerType is the trigger type parameter - only used in hybrid API TriggerType string = "trigger_type" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package agent defines the Agent interface and related concepts.
|
Package agent defines the Agent interface and related concepts. |
drivers
Package drivers is intended as a general purpose container abstraction library.
|
Package drivers is intended as a general purpose container abstraction library. |
drivers/docker
Package docker provides a Docker driver for Fn.
|
Package docker provides a Docker driver for Fn. |
drivers/mock
Package mock provides a fake Driver implementation that is only used for testing.
|
Package mock provides a fake Driver implementation that is only used for testing. |
sql/dbhelper
Package dbhelper wraps SQL and specific capabilities of an SQL db
|
Package dbhelper wraps SQL and specific capabilities of an SQL db |
s3
Package s3 implements an s3 api compatible log store
|
Package s3 implements an s3 api compatible log store |
The consistent hash ring from the original fnlb.
|
The consistent hash ring from the original fnlb. |
defaultexts
Package defaultexts are the extensions that are auto-loaded in to the default fnserver binary included here as a package to simplify inclusion in testing
|
Package defaultexts are the extensions that are auto-loaded in to the default fnserver binary included here as a package to simplify inclusion in testing |
Click to show internal directories.
Click to hide internal directories.