summary refs log tree commit diff stats
path: root/registry/query.go
Commit message (Collapse)AuthorAgeFilesLines
* updating module to live at sourcehutBen Morrison2020-06-201-0/+196
| | | | | | Also moving the 'registry' library into this repo, rather than maintaining them separately. It will still be decoupled, just live in this repository.
* moved registry library to separate repoBen Morrison2019-05-141-84/+0
|
* initialized new go module for registry libraryBen Morrison2019-05-141-1/+1
|
* fleshing out Indexer interfaceBen Morrison2019-05-141-15/+6
|
* exported Data struct fieldsBen Morrison2019-05-141-5/+5
|
* moved query functions to own file, made SortByTime query-agnosticBen Morrison2019-05-141-0/+93