Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type PageableIndexer struct + func (_m *PageableIndexer) ByIndex(indexName string, indexKey string) ([]interface{}, error) + func (_m *PageableIndexer) GetByKey(key string) (interface{}, bool, error) + func (_m *PageableIndexer) IndexKeys(indexName string, indexKey string) ([]string, error) + type PageableStore struct + func (_m *PageableStore) GetByKey(key string) (interface{}, bool, error) + func (_m *PageableStore) List() []interface{} + func (_m *PageableStore) ListKeys() []string