Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/preslavmihaylov/fxappexample
An example Go Fx application
https://github.com/preslavmihaylov/fxappexample
go golang microservice
Last synced: 3 months ago
JSON representation
An example Go Fx application
- Host: GitHub
- URL: https://github.com/preslavmihaylov/fxappexample
- Owner: preslavmihaylov
- License: mit
- Created: 2020-04-05T05:22:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T12:44:26.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T22:40:13.566Z (8 months ago)
- Topics: go, golang, microservice
- Language: Go
- Size: 11.7 KB
- Stars: 26
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fxappexample
This repository contains an example project used to demonstrate how to use [Fx](https://github.com/uber-go/fx) as a dependency injection framework, as well as a way to effectively manage shared microservice components.
It is a supplement to these articles:
* [Managing Shared Components in Go Microservices with Fx](https://pmihaylov.com/shared-components-go-microservices/)
* [Dependency Injection in Go using Fx](https://pmihaylov.com/dependency-injection-go-fx/)