Versions in this module Expand all Collapse all v0 v0.2.2 Feb 19, 2015 Changes in this version + func ItemHandler(w http.ResponseWriter, req *http.Request) + func Search(sourceType string, params *SearchParams, r *http.Request) (map[string]interface{}, error) + func SearchSourceHandler(w http.ResponseWriter, req *http.Request) + func SourcesHandler(w http.ResponseWriter, req *http.Request) + type SearchParamSet struct + Key string + Op string + Values []string + func (p *SearchParamSet) SetKey(key string) + func (p *SearchParamSet) SetOp(op string) + func (p *SearchParamSet) SetValues(values []string) + type SearchParams struct + Limit uint64 + Offset uint64 + func ParseSearchParams(params map[string][]string) (*SearchParams, error)