Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Set = wire.NewSet(NewItemRepository, NewItemService, NewItemHandler, NewItemGroup)
Set Dependency injection target in entity
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewItemHandler ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func NewItemRepository ¶
func NewItemRepository(client *ent.Client) (repository *Repository)
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewItemService ¶
func NewItemService(repository *Repository) (service *Service)
Click to show internal directories.
Click to hide internal directories.