Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrShutdownDependencies = errors.New("unable to shutdown at least one dependency")
View Source
var (
ShuttingDown = false // This variable allows to ignore some errors inherited from the shutdown
)
Functions ¶
func Dependencies ¶
func Dependencies(p DependenciesParams)
func HTTPServer ¶
func HTTPServer(p HTTPServerParams)
HTTPServer registers the routes for the server and starts the server on app start. uber-fx does not supports pointers while gocritics expect a pointer for heavy struct nolint:gocritic
Types ¶
type DependenciesParams ¶
type FXServer ¶
func NewFXServer ¶
Click to show internal directories.
Click to hide internal directories.