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