Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayService ¶
type GatewayService interface { // Start the Gateway Start(pool worker.WorkerPool) error // Stop the Gateway Stop() error }
type NitricContext ¶
type NitricContext struct { RequestId string PayloadType string Trigger string TriggerType triggers.TriggerType }
type NitricRequest ¶
type NitricRequest struct { Context *NitricContext ContentType string Payload []byte }
Normalized NitricRequest
type NitricResponse ¶
type UnimplementedGatewayPlugin ¶
type UnimplementedGatewayPlugin struct {
GatewayService
}
func (*UnimplementedGatewayPlugin) Start ¶
func (*UnimplementedGatewayPlugin) Start(_ worker.WorkerPool) error
func (*UnimplementedGatewayPlugin) Stop ¶
func (*UnimplementedGatewayPlugin) Stop() error
Directories ¶
Path | Synopsis |
---|---|
The Digital Ocean App Platform HTTP gateway plugin
|
The Digital Ocean App Platform HTTP gateway plugin |
The Digital Ocean App Platform HTTP gateway plugin
|
The Digital Ocean App Platform HTTP gateway plugin |
The GCP HTTP gateway plugin for CloudRun
|
The GCP HTTP gateway plugin for CloudRun |
The AWS HTTP gateway plugin
|
The AWS HTTP gateway plugin |
The AWS HTTP gateway plugin for ECS
|
The AWS HTTP gateway plugin for ECS |
Click to show internal directories.
Click to hide internal directories.