next

package
v0.0.0-...-cd00165 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2023 License: MIT Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MicroApp

type MicroApp struct {
	*store.LayersStore
	// contains filtered or unexported fields
}

func NewApp

func NewApp() MicroApp

func ProvideMicroApp

func ProvideMicroApp(
	resolverObj resolver.IResolver,
	storeObj *store.LayersStore,
	fallbackLayer *layer.Layer,
) MicroApp

func (*MicroApp) FastHttpHandler

func (app *MicroApp) FastHttpHandler(req *fasthttp.RequestCtx)

func (*MicroApp) Handle

func (app *MicroApp) Handle(req *fasthttp.RequestCtx) *layer.HandlerCtx

func (*MicroApp) Mount

func (app *MicroApp) Mount(app2 MicroApp, prefix string) *MicroApp

Mount - mount layers from another micro application to current micro application

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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