Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRepository ¶
Types ¶
type GetPaginatedRequest ¶
type Handler ¶
type History ¶
type Service ¶
type Service interface { SaveVisit(c *fiber.Ctx, req VisitRequest, userID string) (string, error) UpdateVisit(ctx *fiber.Ctx, id string) error ListHistory(ctx *fiber.Ctx, userID string, pageSize, pageIndex int) ([]History, error) }
func NewService ¶
func NewService(repo *repository) Service
Click to show internal directories.
Click to hide internal directories.