mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 21:20:34 +07:00
feat: tag parsing
This commit is contained in:
8
entities/field.go
Normal file
8
entities/field.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package entities
|
||||
|
||||
type Field struct {
|
||||
Name string
|
||||
Type string
|
||||
Medatada []Medatada
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user