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.
Click to show internal directories.
Click to hide internal directories.