Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageableIndexer ¶
PageableIndexer is an autogenerated mock type for the PageableIndexer type
func (*PageableIndexer) ByIndex ¶
func (_m *PageableIndexer) ByIndex(indexName string, indexKey string) ([]interface{}, error)
ByIndex provides a mock function with given fields: indexName, indexKey
type PageableStore ¶
PageableStore is an autogenerated mock type for the PageableStore type
func (*PageableStore) GetByKey ¶
func (_m *PageableStore) GetByKey(key string) (interface{}, bool, error)
GetByKey provides a mock function with given fields: key
func (*PageableStore) List ¶
func (_m *PageableStore) List() []interface{}
List provides a mock function with given fields:
func (*PageableStore) ListKeys ¶
func (_m *PageableStore) ListKeys() []string
ListKeys provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.