Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PlatformConfig = []byte{} /* 2026 elements not displayed */
PlatformConfig - do not edit
Functions ¶
Types ¶
type Modules ¶
type Modules struct {
Name string `yaml:"name"`
Modules []Properties `yaml:"modules"`
}
Modules - modules list
type Platforms ¶
type Platforms struct {
Platforms []Modules `yaml:"platform"`
}
Platforms - data structure for platforms module types configuration
type Properties ¶
type Properties struct {
NativeType string `yaml:"native-type"`
PlatformType string `yaml:"platform-type"`
}
Properties - properties list noinspection GoUnnecessarilyExportedIdentifiers
Click to show internal directories.
Click to hide internal directories.