Categorygithub.com/go-god/msa
repositorypackage
1.5.0
Repository: https://github.com/go-god/msa.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

msa

Go microservice architecture main component, responsible for application startup, 
dependency injection,configuration reading, life cycle management.

go dip tools

https://github.com/go-god/gdi

providers

You can pass the provider into the msa.Start method as an Option through the 
msa.WithProviders or msa.WithConfigProviders method to start the service.