7 lines
124 B
Go
7 lines
124 B
Go
package schema
|
|
|
|
type Global struct {
|
|
Name string `json:"name"`
|
|
Variables []*Variable `json:"variables"`
|
|
}
|