app

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RuntimeDeps

type RuntimeDeps struct {
	Config   config.Config
	Logger   *logger.Logger
	Postgres *database.Postgres
	Redis    *database.Redis
	EventBus events.EventBus
	Metrics  observability.Metrics
	Tracer   *observability.Tracer
	Shutdown func(context.Context) error
}

RuntimeDeps holds all runtime dependencies.

func BuildRuntimeDeps

func BuildRuntimeDeps(cfg config.Config) RuntimeDeps

BuildRuntimeDeps creates all runtime dependencies.

Jump to

Keyboard shortcuts

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