diff --git a/pkg/storage/results.go b/pkg/storage/results.go index 5ac2a8f..741eafb 100644 --- a/pkg/storage/results.go +++ b/pkg/storage/results.go @@ -15,6 +15,7 @@ import ( type Values []interface{} +// Retrieve an indexed token. func (v Values) Get(index int) (result interface{}) { // Return an empty value if we didn't find an indexed value. This can happen if empty results are // stored.