fix: remove unused GetName function

This commit is contained in:
2026-04-19 17:16:20 +08:00
parent f8890a5479
commit 6829d77898
-7
View File
@@ -1,7 +0,0 @@
package utils
import "reflect"
func GetName(repository interface{}) string {
return reflect.TypeOf(repository).Elem().Name()
}