package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Apr 10, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Layer struct {
Name string `json:"name"`
GroupName string `json:"groupName,omitempty"`
Properties []Property `json:"properties"`
}
type Property struct {
Name string `json:"name"`
ColumnName string `json:"-"`
Alias string `json:"alias,omitempty"`
}
type Scheme struct {
AutomaticCasing bool `json:"automaticCasing"`
Version int `json:"version"`
Layers []Layer `json:"layers"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.