Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PhotoHandler ¶
type PhotoHandler interface { Upload(c *fiber.Ctx) error CheckResult(c *fiber.Ctx) error GetPhoto(c *fiber.Ctx) error }
func NewPhotoHandler ¶
func NewPhotoHandler(photoService photo.Service, photoProducer queue.Producer) PhotoHandler
type ResponseError ¶
type ResponseError struct {
Message string `json:"message"`
}
ResponseError represents an error response
Click to show internal directories.
Click to hide internal directories.