package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Mar 26, 2024
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SetLogger allows the main application to set the logger, including its configuration.
type MxDocument struct {
Name string `yaml:"Name"`
Type string `yaml:"Type"`
Path string `yaml:"Path"`
Attributes map[string]interface{} `yaml:"Attributes"`
}
type MxFolder struct {
Name string `yaml:"Name"`
ID string `yaml:"ID"`
ParentID string `yaml:"ParentID"`
Parent *MxFolder `yaml:"Parent"`
Attributes map[string]interface{} `yaml:"Attributes"`
}
type MxMetadata struct {
ProductVersion string `yaml:"ProductVersion"`
BuildVersion string `yaml:"BuildVersion"`
}
type MxModule struct {
Name string `yaml:"Name"`
ID string `yaml:"ID"`
Attributes map[string]interface{} `yaml:"Attributes"`
}
type MxUnit struct {
UnitID string `yaml:"UnitID"`
ContainerID string `yaml:"ContainerID"`
ContainmentName string `yaml:"ContainmentName"`
Contents map[string]interface{} `yaml:"Contents"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.