Documentation
¶
Index ¶
Constants ¶
View Source
const (
// UnmarshalFailedMsg - message raised when platforms configuration unmarshal fails
UnmarshalFailedMsg = `could not unmarshal the platforms`
)
Variables ¶
View Source
var PlatformConfig = []byte{} /* 2876 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 map[string]string `yaml:"properties,omitempty"`
Parameters map[string]string `yaml:"parameters,omitempty"`
}
Properties - properties list noinspection GoUnnecessarilyExportedIdentifiers
Click to show internal directories.
Click to hide internal directories.