5 lines
97 B
Go
5 lines
97 B
Go
package dto
|
|
|
|
type RejectMediaInput struct {
|
|
MediaId string `json:"mediaId" binding:"required"`
|
|
} |