v1

package
v0.0.0-...-96842e3 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

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

Handler implements the /v1 API namespace.

func NewHandler

func NewHandler(
	logger *slog.Logger,
	songRepo song.Repository,
	songSvc song.Service,
	mediaSvc media.Service,
	mediaStore media.Store,
	uploadRepo upload.Repository,
	uploadStore upload.Store,
) *Handler

NewHandler creates a new handler using the specified services. This function will create the required sub-handlers automatically.

func (*Handler) ServeHTTP

func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request)

ServeHTTP processes HTTP requests for h.

Directories

Path Synopsis
dav

Jump to

Keyboard shortcuts

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