api

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2026 License: GPL-3.0 Imports: 16 Imported by: 0

Documentation

Overview

Package api contains all api routes

nolint:gosec // md5 is not used for non-cryptographic purposes The only thing we need from it is speed and to change reliably

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

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

func NewAuth

func NewAuth(router fiber.Router, service service.Service) *Auth

type Directory

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

func NewDirectory

func NewDirectory(router fiber.Router, service service.Service) *Directory

type Generator added in v0.2.0

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

func NewGenerator added in v0.2.0

func NewGenerator(router fiber.Router, service service.Service) *Generator
type Link struct {
	// contains filtered or unexported fields
}
func NewLink(router fiber.Router, service service.Service) *Link

type Playlist

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

func NewPlaylist

func NewPlaylist(router fiber.Router, service service.Service) *Playlist

type Setting added in v0.2.0

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

func NewSetting added in v0.2.0

func NewSetting(router fiber.Router, service service.Service) *Setting

type Task

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

func NewTask

func NewTask(router fiber.Router, service service.Service) *Task

type Track

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

func NewTrack

func NewTrack(router fiber.Router, service service.Service) *Track

type User

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

func NewUser

func NewUser(router fiber.Router, service service.Service) *User

Jump to

Keyboard shortcuts

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