Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection interface {
Has(name string) bool
Get(name string) Variable
Set(name string, value interface{})
AsMap() map[string]interface{}
MergeIn(Collection)
}
func NewCollection ¶
func NewCollection(data map[string]interface{}) Collection
Click to show internal directories.
Click to hide internal directories.