package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: May 19, 2026
License: EUPL-1.2
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.