Populate is just another way of fetching dependencies from container. It accepts a ptr to target, and populates the target from the container.
(target interface{})
| 7 | // Populate is just another way of fetching dependencies from container. It |
| 8 | // accepts a ptr to target, and populates the target from the container. |
| 9 | Populate(target interface{}) error |
| 10 | } |
no outgoing calls