internal

package
v0.17.2 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Options(
	watcher.Module,
	keyholder.Module,
	fx.Provide(func(
		watcher watcher.Watcher,
		khr keyholder.Registry,
		observer certificate.Observer,
		validator validation.Validator,
		logger zerolog.Logger,
		conf *config.Configuration,
	) app.Context {
		return &appContext{
			w:   watcher,
			khr: khr,
			co:  observer,
			v:   validator,
			l:   logger,
			c:   conf,
		}
	}),
	otel.Module,
	cache.Module,
	mechanisms.Module,
	rules.Module,
	management.Module,
	metrics.Module,
	profiling.Module,
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
handler
x

Jump to

Keyboard shortcuts

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