gateway

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

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 NitricResponse struct {
	Headers map[string]string
	Status  int
	Body    []byte
}

type UnimplementedGatewayPlugin

type UnimplementedGatewayPlugin struct {
	GatewayService
}

func (*UnimplementedGatewayPlugin) Start

func (*UnimplementedGatewayPlugin) Stop

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL