Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Option( fx.Provide(NewDependencies), )
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
type Dependencies struct {
Todos interfaces.TodosGrpcHandler
}
func NewDependencies ¶
func NewDependencies(todos interfaces.TodosGrpcHandler) *Dependencies
Click to show internal directories.
Click to hide internal directories.