status-go/vendor/go.uber.org/fx
richΛrd c477a3845f
chore_: bump go-waku (#5509)
2024-07-11 15:34:20 -04:00
..
fxevent chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
internal chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
.codecov.yml chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
.gitignore chore: upgrade libp2p 2023-05-30 10:49:52 -04:00
.golangci.yml chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
CHANGELOG.md chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
CONTRIBUTING.md chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
LICENSE
Makefile chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
README.md chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
annotated.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
app.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
app_unixes.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
app_wasm.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
app_windows.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
decorate.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
doc.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
extract.go
inout.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
invoke.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
lifecycle.go chore: upgrade libp2p 2023-05-30 10:49:52 -04:00
log.go
module.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
populate.go chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
printer_writer.go
provide.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
replace.go chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
shutdown.go chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
signal.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
supply.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
version.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00

README.md

🦄 Fx GoDoc Github release Build Status Coverage Status Go Report Card

Fx is a dependency injection system for Go.

Benefits

  • Eliminate globals: Fx helps you remove global state from your application. No more init() or global variables. Use Fx-managed singletons.
  • Code reuse: Fx lets teams within your organization build loosely-coupled and well-integrated shareable components.
  • Battle tested: Fx is the backbone of nearly all Go services at Uber.

See our docs to get started and/or learn more about Fx.

Installation

Use Go modules to install Fx in your application.

go get go.uber.org/fx@v1

Getting started

To get started with Fx, start here.

Stability

This library is v1 and follows SemVer strictly.

No breaking changes will be made to exported APIs before v2.0.0.

This project follows the Go Release Policy. Each major version of Go is supported until there are two newer major releases.

Stargazers over time

Stargazers over time