Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoSuchKey = errors.New("no such key")
Functions ¶
This section is empty.
Types ¶
type Query ¶
type Query struct {
// contains filtered or unexported fields
}
Query is optional, it may contain rawQuery, but it will not be parsed until needed
func (*Query) Get ¶
Get is responsible for getting a key from query. In case this method is called a first time since rawQuery was set (or not set at all), rawQuery bytearray will be parsed and value returned (or ErrNoSuchKey instead). In case of invalid query bytearray, ErrBadQuery will be returned
Click to show internal directories.
Click to hide internal directories.