MCPcopy Create free account
hub / github.com/DoNewsCode/core / defaultPopulator

Struct defaultPopulator

di/populator.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type defaultPopulator struct {
17 mutex sync.Mutex
18 invoker *dig.Container
19}
20
21// Populate sets targets with values from the dependency injection container
22// during application initialization. All targets must be pointers to the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected