package video
import "mime/multipart"
type Video struct {
}
func (v *Video) Upload(file *multipart.FileHeader) (*string, error) {
return nil, nil