Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Modules = fx.Options( fx.Provide(NewHelloService, NewUserService), )
Functions ¶
This section is empty.
Types ¶
type HelloService ¶
type HelloService struct {
// contains filtered or unexported fields
}
func NewHelloService ¶
func NewHelloService(store *ent.Client) *HelloService
type UserService ¶
type UserService struct {
// contains filtered or unexported fields
}
func NewUserService ¶
func NewUserService(_ config.Type, userRepo *repository.UserRepository) *UserService
Click to show internal directories.
Click to hide internal directories.