Documentation
¶
Index ¶
- type Dashboard
- func (d *Dashboard) DeleteQueue(c *fiber.Ctx) error
- func (d *Dashboard) Message(c *fiber.Ctx) error
- func (d *Dashboard) NewQueue(c *fiber.Ctx) error
- func (d *Dashboard) Queue(c *fiber.Ctx) error
- func (d *Dashboard) Queues(c *fiber.Ctx) error
- func (d *Dashboard) Start() error
- func (d *Dashboard) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dashboard ¶
type Dashboard struct {
App *fiber.App
// contains filtered or unexported fields
}
func NewDashboard ¶
func NewDashboard(queue models.Queue, tenantManager models.TenantManager, cfg config.DashboardConfig) *Dashboard
func (*Dashboard) DeleteQueue ¶
Click to show internal directories.
Click to hide internal directories.