Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( True = boolean(true) False = boolean(false) )
Functions ¶
This section is empty.
Types ¶
type Context ¶
Defines the interface needed by 'Query' in order to be able to evaluate query expressions.
type Map ¶ added in v0.3.2
Map is a simple implementation of Context using a map of strings. Mainly useful for testing purposes.
func (Map) GetIdentifier ¶ added in v0.3.2
Source Files ¶
Click to show internal directories.
Click to hide internal directories.