Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormController ¶
type FormController struct {
// contains filtered or unexported fields
}
func NewFormController ¶
func NewFormController(log *zerolog.Logger, storage models.MediaStorage) *FormController
func (*FormController) AddMedia ¶
func (fc *FormController) AddMedia(c *fiber.Ctx) error
func (*FormController) UpdateMedia ¶
func (fc *FormController) UpdateMedia(c *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.