request

package
v0.0.0-...-b9f6318 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FindAllAlbumRequest

type FindAllAlbumRequest struct {
	pagination.Pages
	Keyword string `form:"keyword"`
}

type UpsertAlbumRequest

type UpsertAlbumRequest struct {
	ID   uuid.UUID `json:"id" binding:"required"`
	Name string    `json:"name"  binding:"required"`
}

UpsertAlbumRequest represents an album creation request.

Jump to

Keyboard shortcuts

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