Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { Interactor Interactor Logger logging.Logger }
func (*Controller) CreateOne ¶
func (s *Controller) CreateOne(c *gin.Context)
func (*Controller) DeleteById ¶
func (s *Controller) DeleteById(c *gin.Context)
func (*Controller) FindAll ¶
func (s *Controller) FindAll(c *gin.Context)
func (*Controller) RegisterRoutes ¶
func (s *Controller) RegisterRoutes(router *gin.RouterGroup)
type Interactor ¶
type Repository ¶
func (*Repository) DeleteById ¶
func (r *Repository) DeleteById(id uuid.UUID) error
Click to show internal directories.
Click to hide internal directories.