Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AppName is the app name context key AppName string = "app_name" // AppID is the app id context key AppID string = "app_id" // ParamAppID is the url path parameter for app id ParamAppID string = "appID" // ParamAppName is the url path parameter for app name ParamAppName string = "appName" // ParamTriggerID is the url path parameter for trigger id ParamTriggerID string = "triggerID" // ParamCallID is the url path parameter for call id ParamCallID string = "callID" // ParamFnID is the url path parameter for fn id ParamFnID string = "fnID" // ParamTriggerSource is the triggers source parameter ParamTriggerSource string = "triggerSource" //ParamTriggerType is the trigger type parameter - only used in hybrid API ParamTriggerType string = "triggerType" )
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.