Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResult ¶
ErrorResult contains an error and reference to another result
func (ErrorResult) Error ¶
func (er ErrorResult) Error() error
Error returns the erro that is wrapped
func (ErrorResult) ValueOfProperty ¶
func (er ErrorResult) ValueOfProperty(property string) (Value, error)
ValueOfProperty is a dummy to fulfill Result interface
type NamedResult ¶
NamedResult has a result with string identifier
type Override ¶
type Override struct { FromState string `mapstructure:"from_state"` UsingProperty string `mapstructure:"using_property"` ToReplace string `mapstructure:"to_replace"` }
Override using results
type Results ¶
type Results struct {
// contains filtered or unexported fields
}
Results collection of results
type StringValue ¶
type StringValue struct { DummyIntValue V string }
StringValue contains a string
func (StringValue) String ¶
func (sv StringValue) String() string
String returns the initialized string
Click to show internal directories.
Click to hide internal directories.