lambda

package module
v0.8.5 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: MIT Imports: 8 Imported by: 0

README

Lambda Platform

Go package for Fiber Framework

Official Document

protoc --go_out=. --go-grpc_opt=require_unimplemented_servers=false --go-grpc_out=. lambda.proto

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lambda

type Lambda struct {
	App          *fiber.App
	ModuleName   string
	IgnoreStatic bool
}

func New

func New(lambdaSettings ...*Settings) *Lambda

func (*Lambda) Start

func (lambda *Lambda) Start()

type Settings

type Settings struct {
	ModuleName   string
	IgnoreStatic bool
}

Jump to

Keyboard shortcuts

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