Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateJotDTO ¶
type JotController ¶
type JotController struct {
Repo *storage.JotRepository
}
func NewJotController ¶
func NewJotController(repo *storage.JotRepository) *JotController
func (*JotController) Create ¶
func (j *JotController) Create(c *fiber.Ctx) error
func (*JotController) GetAll ¶
func (j *JotController) GetAll(c *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.