feat: add medias
This commit is contained in:
9
backend/pkg/pg/media.go
Normal file
9
backend/pkg/pg/media.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package pg
|
||||
|
||||
// swagger:enum MediaType
|
||||
// ENUM(
|
||||
// Video = "video",
|
||||
// Audio = "audio",
|
||||
// Pdf = "pdf",
|
||||
// )
|
||||
type MediaType string
|
||||
Reference in New Issue
Block a user