Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommonPreInit ¶
func CommonPreInit()
CommonPreInit Pre-initialization common to all runtime types here
Types ¶
type Function ¶
type Function struct {
// contains filtered or unexported fields
}
GCP Function runtime
func (*Function) SetConfigDir ¶
type Instance ¶
type Instance interface { SetConfigDir(string) // contains filtered or unexported methods }
Serverless runtimes must implement this
func GetFlexRuntime ¶
func GetFlexRuntime() Instance
Get the first available runtime type, defaults to the server-based (Linux | Windows) Default type
type Lambda ¶
type Lambda struct {
// contains filtered or unexported fields
}
AWS Lambda runtime
func (*Lambda) FlexAsALambdaHandler ¶
FlexAsALambdaHandler receives the incoming lambda request, from the AWS perspective this is the entry point
func (*Lambda) SetConfigDir ¶
Click to show internal directories.
Click to hide internal directories.