package models import "git.apinb.com/ops/files/internal/impl" func InitData() error { return impl.DBService.AutoMigrate(&FileObject{}) }