Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvFetchError ¶
type EnvFetchError struct {
// contains filtered or unexported fields
}
EnvFetchError is returned when the ovf env cannot be fetched via RPC.
func (EnvFetchError) Error ¶
func (e EnvFetchError) Error() string
type Environment ¶
Environment stores guestinfo data.
func UnmarshaledOvfEnv ¶
func UnmarshaledOvfEnv() (Environment, error)
UnmarshaledOvfEnv returns the unmarshaled OVA environment fetched via RPC.
func (*Environment) UnmarshalXML ¶
func (e *Environment) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
type UnmarshalError ¶
type UnmarshalError struct {
// contains filtered or unexported fields
}
UnmarshalError is returned when the ovf env cannot be unmarshaled.
func (UnmarshalError) Error ¶
func (e UnmarshalError) Error() string
Click to show internal directories.
Click to hide internal directories.