package video import "streamin-be/app/database" func InsertVideo(v *Video) error { return database.DB.Create(v).Error }