lambda

package
v0.0.0-...-5c68377 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Gateway

type Gateway struct {
	// contains filtered or unexported fields
}

Gateway describes the interface of an output gateway.

func NewGateway

func NewGateway() Gateway

NewGateway creates new gateway instance.

func (Gateway) NewSessionGatewaySendSession

func (gateway Gateway) NewSessionGatewaySendSession(
	log ss.LogStream,
) *gatewaySendSession

NewSessionGatewaySendSession creates a new session to send data thought gateway which has to be closed by method Close after usage.

func (Gateway) Serialize

func (gateway Gateway) Serialize(data interface{}) []byte

type Service

type Service interface {
	Start()
}

Service describes API lambda service intreface for a lambda.

Directories

Path Synopsis
ws

Jump to

Keyboard shortcuts

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