mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 16:50:34 +07:00
12 lines
139 B
Go
12 lines
139 B
Go
package types
|
|
|
|
type Field struct {
|
|
Name string
|
|
Type string
|
|
Medatada []Medatada
|
|
}
|
|
|
|
type Medatada struct {
|
|
Name string
|
|
Values []string
|
|
} |