An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/facebookgo/inject

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. The usage pattern for the library involves struct tags. It requires the tag format used by the various standard libraries, like json, xml etc. It involves tags in one of the three forms below: The first no value syntax is for the common case of a singleton dependency of the associated type. The second triggers creation of a private instance for the associated type. Finally the last form is asking for a named dependency called "dev logger".
2 versions
Latest release: almost 7 years ago
85 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/facebookgo/inject

View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/facebookarchive%2Finject

Dependent Repos 301

xdbchain/go Fork of stellar/go 📦
DigitalBits public monorepo of go code

Size: 44.5 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

stolostron/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More

Size: 861 MB - Last synced: 12 days ago - Pushed: 12 days ago

sysdiglabs/redis_exporter Fork of oliver006/redis_exporter
Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x, 4.x, 5.x and 6.x

Size: 7.09 MB - Last synced: 14 days ago - Pushed: 14 days ago

sgrayban/keybase-client Fork of keybase/client
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron

Size: 619 MB - Last synced: 5 days ago - Pushed: 9 days ago

vishalbelsare/client Fork of keybase/client
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron

Size: 595 MB - Last synced: 11 months ago - Pushed: 12 months ago

easysoft/zentaoatf
zentaoatf is an cross platform automation testing framework written in go language.

Size: 104 MB - Last synced: 24 days ago - Pushed: 7 months ago

f0cii/goalgo
A real-time quantitative trading platform in Golang.

Size: 463 KB - Last synced: about 1 month ago - Pushed: over 3 years ago

turlodales/client Fork of keybase/client
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron

Size: 631 MB - Last synced: 9 months ago - Pushed: 9 months ago

honeycombio/refinery
Refinery is a trace-aware tail-based sampling proxy. It examines whole traces and intelligently applies sampling decisions (whether to keep or discard) to each trace.

Size: 6.18 MB - Last synced: 5 days ago - Pushed: 5 days ago

easysoft/zendata

Size: 98.7 MB - Last synced: 1 day ago - Pushed: 1 day ago

podhmo/individual-sandbox
indivisual sandbox

Size: 27.7 MB - Last synced: 22 days ago - Pushed: 22 days ago

isdzulqor/cakcuk
A Command Bot Interface builder, CLI-based to easily create your CLI commands for your Workspace

Size: 2.5 MB - Last synced: 8 months ago - Pushed: 8 months ago

kykl/goapi
Go REST API

Size: 4.04 MB - Last synced: about 2 years ago - Pushed: almost 10 years ago

logzio/logzio-metrics-ui

Size: 14.6 MB - Last synced: 26 days ago - Pushed: 3 months ago

hequan2017/go-admin
go web api,包含gin+gorm+jwt+rbac等。

Size: 229 KB - Last synced: about 1 month ago - Pushed: about 2 years ago

WangHL0927/grafana
grafana-chinese src

Size: 210 MB - Last synced: 11 months ago - Pushed: about 3 years ago

tryanzu/anzu
Reactive realtime forum software (currently alpha). This is the backend repo.

Size: 14.4 MB - Last synced: 1 day ago - Pushed: 20 days ago

aaronchen2k/deeptest
API Management and Testing Platform

Size: 265 MB - Last synced: 24 days ago - Pushed: 7 months ago

viteshan/go Fork of stellar/go
Stellar's public monorepo of go code

Size: 17.1 MB - Last synced: 11 months ago - Pushed: over 6 years ago

Bingjian-Zhu/gin-vue-admin
gin+gorm+jwt+vue, implemented as dependency injection

Size: 2.07 MB - Last synced: 11 months ago - Pushed: over 2 years ago

nuttamong/Grafana_KKU_logo

Size: 12.2 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

friedrichg/dashboard
Dashboards UI tool

Size: 284 MB - Last synced: 29 days ago - Pushed: about 2 years ago

abod1944/client Fork of keybase/client
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron

Size: 619 MB - Last synced: 9 days ago - Pushed: 9 days ago

moul/client Fork of keybase/client
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron

Size: 575 MB - Last synced: 15 days ago - Pushed: 15 days ago

mapr/grafana Fork of grafana/grafana
Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB

Size: 1.38 GB - Last synced: 2 days ago - Pushed: 2 days ago

Skarlso/client Fork of keybase/client
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron

Size: 569 MB - Last synced: 8 days ago - Pushed: 8 days ago

jeremykenedy/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More

Size: 186 MB - Last synced: about 1 year ago - Pushed: about 2 years ago

kerti/balances
Balance-based personal finances.

Size: 9.92 MB - Last synced: 5 days ago - Pushed: 5 days ago

threefoldtecharchive/tfexplorer 📦

Size: 8.45 MB - Last synced: 11 months ago - Pushed: about 2 years ago

DeloWu/testgo2.0
自研httprunner接口测试平台

Size: 10.2 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

qqllyy79/grafana--

Size: 157 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

2892931976/Algorithms-in-Go
利用 Go 语言实现常用的数据结构与算法

Size: 90.9 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

mxlxm/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More

Size: 310 MB - Last synced: 11 months ago - Pushed: over 2 years ago

liyunpeng/gostudy

Size: 425 KB - Last synced: about 2 years ago - Pushed: about 2 years ago

gavol/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More

Size: 777 MB - Last synced: 7 months ago - Pushed: 7 months ago

kokizzu/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More

Size: 652 MB - Last synced: 2 days ago - Pushed: 2 days ago

daverted/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More

Size: 208 MB - Last synced: 11 months ago - Pushed: about 2 years ago

adremsoft/NetCrunch-grafana Fork of grafana/grafana
Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB

Size: 335 MB - Last synced: 8 months ago - Pushed: 8 months ago

redwolfsecurity/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More

Size: 363 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

xmonader/tfgateway 📦

Size: 32.4 MB - Last synced: 1 day ago - Pushed: about 4 years ago

wangjc0216/grafana-hanhua

Size: 256 MB - Last synced: about 1 year ago - Pushed: about 4 years ago

marshhu/ma-api
ma-api

Size: 133 KB - Last synced: about 2 years ago - Pushed: about 4 years ago

kozuelam/audit-report

Size: 331 KB - Last synced: about 2 years ago - Pushed: about 4 years ago

honeycombio/honeycomb-opentracing-proxy 📦
Transparent proxy to forward Zipkin-compatible data to Honeycomb.

Size: 1.23 MB - Last synced: 11 months ago - Pushed: over 4 years ago

AnneNamuli/go-stellar

Size: 3.58 MB - Last synced: 11 months ago - Pushed: over 4 years ago

Teajo/scheduler

Size: 25.8 MB - Last synced: about 2 years ago - Pushed: over 4 years ago

tomdaly/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More

Size: 347 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

MaxMood96/client Fork of keybase/client
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron

Size: 620 MB - Last synced: 5 days ago - Pushed: 5 days ago

rubycut/grafana Fork of grafana/grafana
Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB

Size: 266 MB - Last synced: about 1 year ago - Pushed: over 2 years ago

tconnolly11/go Fork of stellar/go
Stellar's public monorepo of go code

Size: 41.7 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

waterdrops/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More

Size: 288 MB - Last synced: over 1 year ago - Pushed: over 2 years ago

eleijonmarck/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More

Size: 291 MB - Last synced: about 1 year ago - Pushed: over 2 years ago

gitlab-org/opstrace/opstrace-ui 📦
GitLab Observability UI

Last synced: 6 months ago

terrorizer1980/go Fork of stellar/go
Stellar's public monorepo of go code

Size: 40 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

etcinit/phabulous
A Phabricator bot for Slack

Size: 8.3 MB - Last synced: about 19 hours ago - Pushed: almost 7 years ago

LixvYang/Forum-API
A Forum Backend API built with Golang, Gin Framework, GORM, MySQL, Redis.

Size: 285 KB - Last synced: about 2 years ago - Pushed: about 3 years ago

colinl/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More

Size: 289 MB - Last synced: 5 months ago - Pushed: over 2 years ago

tomowang/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More

Size: 352 MB - Last synced: about 1 year ago - Pushed: over 2 years ago

schmidie/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More

Size: 337 MB - Last synced: about 2 years ago - Pushed: over 2 years ago