パッケージ: golang-github-facebookgo-inject-dev (0.0~git20180706.f23751c-4)
golang-github-facebookgo-inject-dev に関するリンク
Debian の資源:
golang-github-facebookgo-inject ソースパッケージをダウンロード:
- [golang-github-facebookgo-inject_0.0~git20180706.f23751c-4.dsc]
- [golang-github-facebookgo-inject_0.0~git20180706.f23751c.orig.tar.xz]
- [golang-github-facebookgo-inject_0.0~git20180706.f23751c-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
その他の golang-github-facebookgo-inject-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-facebookgo-ensure-dev
- Provides utilities for testing to ensure conditions are met