feat: add medias

This commit is contained in:
Rogee
2024-12-02 17:48:46 +08:00
parent 2b4cfb1a1e
commit 9e7b35e3c9
17 changed files with 806 additions and 11 deletions

9
backend/pkg/pg/media.go Normal file
View File

@@ -0,0 +1,9 @@
package pg
// swagger:enum MediaType
// ENUM(
// Video = "video",
// Audio = "audio",
// Pdf = "pdf",
// )
type MediaType string