entity

package
v0.0.0-...-815cda6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Set Dependency injection target in entity

Functions

This section is empty.

Types

type Group

type Group struct {
	// contains filtered or unexported fields
}

func NewItemGroup

func NewItemGroup(handler *Handler) (group *Group)

func (*Group) SetRoute

func (r *Group) SetRoute(app *fiber.App)

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func NewItemHandler

func NewItemHandler(service *Service) (handler *Handler)

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)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL