iso

package
v0.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	Version        string              `yaml:"compatibility_version"`
	Message        string              `yaml:"splash_message"`
	DeploymentName string              `yaml:"deployment_name"`
	DefaultMemory  int                 `yaml:"default_memory"`
	Services       []provision.Service `yaml:"services"`
	Versions       []Version           `yaml:"versions"`
}

type Reader

type Reader struct{}

func New

func New() *Reader

func (Reader) Read

func (Reader) Read(isoFile string) (Metadata, error)

type Version

type Version struct {
	Name  string `yaml:"name"`
	Value string `yaml:"version"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL