Fedora Packages

compat-golang-github-facebookgo-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 provides symbolic links that alias the following Go import paths to github.com/facebookarchive/inject: – github.com/facebookgo/inject Aliasing Go import paths via symbolic links or http redirects is fragile. If your Go code depends on this package, you should patch it to import directly 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