package api import ( "github.com/gofiber/fiber/v2" ) func getPublisher(c *fiber.Ctx) error { panic("TODO") }