# Functions
InheritContainer creates a new instance of the container inherit from reference.
InheritProcessContainer creates a new instance of the container inherit from reference.
NewContainer creates a new instance of the container.
NewEmptyContainer creates a new empty instance of the container.
NewEmptyProcessContainer creates a new empty instance of the container.
NewProcessContainer creates a new instance of the container.
# Constants
No description provided by the author
# Structs
Container Inversion of control (IoC) container that creates components and manages their lifecycle.
ProcessContainer inversion of control (IoC) container that runs as a system process.