Fedora Packages

golang-github-facebookarchive-inject-devel Subpackage of golang-github-facebookarchive-inject

Reflect based injector

Package inject provides a reflect based injector. A large application built with dependency injection in mind will typically involve the boring work of setting up the object graph. This library attempts to take care of this boring work by creating and connecting the various objects. Its use involves you seeding the object graph with some (possibly incomplete) objects, where the underlying types have been tagged for injection. Given this, the library will populate the objects creating new ones as necessary. It uses singletons by default, supports optional private instances as well as named instances. It works using Go's reflection package and is inherently limited in what it can do as opposed to a code-gen system with respect to private fields. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/facebookarchive/inject

Releases Overview

Release Stable Testing
Fedora 38 0-0.10.20190326gitf23751c.fc36 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at golang-github-facebookarchive-inject dash maintainers at fedoraproject dot org.



Sources on Pagure