portal/controller/response/file_status.go

6 lines
84 B
Go

package response
type FileStatusResponse struct {
Status string `json:"status"`
}