Discover Packages
github.com/go-spring/spring-core
gs
internal
gs_core
package
Version:
v1.2.5
Opens a new window with list of versions in this module.
Published: Oct 1, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package gs_core provides the core implementation of the Inversion of Control (IoC)
container in the Go-Spring framework. It is responsible for managing the lifecycle,
dependency resolution, and injection of application beans.
Container represents the core IoC container of the Go-Spring framework.
It orchestrates two major phases:
Resolving: Registers, filters, and activates bean definitions.
Injecting: Performs dependency injection and final wiring of active beans.
New creates and returns a new IoC container instance.
Refresh performs the full lifecycle initialization of the container.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.