package
Version:
v2025.1.7
Opens a new window with list of versions in this module.
Published: Feb 17, 2026
License: MIT
Opens a new window with license information.
Imports: 39
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package container provides Endure dependency injection container configuration
and plugin registration for the RoadRunner application server.
Plugins return active plugins for the endured container. Feel free to add or remove any plugins.
type Config struct {
GracePeriod time.Duration `mapstructure:"grace_period"`
LogLevel string `mapstructure:"log_level"`
WatchdogSec int `mapstructure:"watchdog_sec"`
PrintGraph bool `mapstructure:"print_graph"`
}
Config defines endure container configuration.
NewConfig creates endure container configuration.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.