MCPcopy Index your code
hub / github.com/DoNewsCode/core / Container

Struct Container

container/container.go:13–15  ·  view source on GitHub ↗

Container holds all modules registered.

Source from the content-addressed store, hash-verified

11
12// Container holds all modules registered.
13type Container struct {
14 modules []interface{}
15}
16
17// Modules returns all modules in the container. This method is used to scan for
18// custom interfaces. For example, The database module use Modules to scan for

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected