mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 22:10:35 +07:00
9 lines
88 B
Go
9 lines
88 B
Go
package entities
|
|
|
|
type Field struct {
|
|
Name string
|
|
Type string
|
|
Medatada []Medatada
|
|
}
|
|
|