feat: getting struct fields

This commit is contained in:
2025-02-11 18:51:25 +07:00
commit 653c667e57
9 changed files with 139 additions and 0 deletions

7
types/field.go Normal file
View File

@@ -0,0 +1,7 @@
package types
type Field struct {
Name string
Type string
Medatada []string
}