handlers

package
v0.0.0-...-3509aed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2026 License: MIT Imports: 23 Imported by: 0

Documentation

Overview

Package handlers wires the Filez HTTP routes onto a Fiber app.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handlers

type Handlers struct {
	// contains filtered or unexported fields
}

Handlers bundles the dependencies shared by all route handlers.

func New

func New(cfg *config.Config, svc *files.Service, database *db.DB, guard *auth.Guard, liveStore *live.Store, buckets *bucket.Store, version string) *Handlers

New creates the handler set.

func (*Handlers) Register

func (h *Handlers) Register(app *fiber.App)

Register mounts all routes on app.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL