Documentation ¶ Index ¶ Constants func LoadMachine(rd io.Reader, warnMode bool) (*vm.Machine, error) func LoadMachineFromFile(fileName string, warnMode bool) (*vm.Machine, error) type Error func (le Error) Error() string type RawExtension Constants ¶ View Source const CurrentAOVersion uint32 = 1 Variables ¶ This section is empty. Functions ¶ func LoadMachine ¶ func LoadMachine(rd io.Reader, warnMode bool) (*vm.Machine, error) func LoadMachineFromFile ¶ func LoadMachineFromFile(fileName string, warnMode bool) (*vm.Machine, error) Types ¶ type Error ¶ type Error struct { // contains filtered or unexported fields } func (Error) Error ¶ func (le Error) Error() string type RawExtension ¶ type RawExtension struct { // contains filtered or unexported fields } Source Files ¶ View all Source files loader.go Click to show internal directories. Click to hide internal directories.