Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignedValue ¶
AssignedValue means the previous value has been evaluated and is not nil
type Dictionary ¶
type Dictionary struct {
// contains filtered or unexported fields
}
Dictionary represents a key value store of values
func (Dictionary) GetValue ¶
func (dictionary Dictionary) GetValue(key string) Value
GetValue gets the associated value with the key. If no value is associated this returns UndefinedValue
func (*Dictionary) Reset ¶
func (dictionary *Dictionary) Reset()
Reset the internal set of key/value pairs to be empty
type EmptyValue ¶
type EmptyValue struct { }
EmptyValue means the previous value has been evaluated and is nil
type UndefinedValue ¶
type UndefinedValue struct { }
UndefinedValue means the previous value has not been set
Click to show internal directories.
Click to hide internal directories.