http

package
v0.0.0-...-fc1d3c0 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Module("http_server",
	fx.Provide(NewEcho),
	fx.Invoke(Run),
)

Module exposes the HTTP server lifecycle to Fx.

Functions

func NewEcho

func NewEcho(cfg config.Config, obs *observability.Manager, logger *zap.Logger) *echo.Echo

NewEcho configures the Echo router with basic middleware.

func Run

func Run(lc fx.Lifecycle, cfg config.Config, e *echo.Echo, logger *zap.Logger)

Run starts the HTTP server and ties it to the Fx lifecycle.

Types

This section is empty.

Jump to

Keyboard shortcuts

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