Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyValueNotFoundError ¶
type KeyValueNotFoundError struct { gomerr.Gomerr KeyName string KeyFields []string Persistable data.Persistable `gomerr:"include_type"` }
func KeyValueNotFound ¶
func KeyValueNotFound(keyName string, keyFields []string, persistable data.Persistable) *KeyValueNotFoundError
type NoIndexMatchError ¶
type NoIndexMatchError struct { gomerr.Gomerr AvailableIndexes map[string]interface{} Queryable data.Queryable `gomerr:"include_type"` }
func NoIndexMatch ¶
func NoIndexMatch(availableIndexes map[string]interface{}, queryable data.Queryable) *NoIndexMatchError
type PersistableNotFoundError ¶
func PersistableNotFound ¶
func PersistableNotFound(typeName string, key interface{}) *PersistableNotFoundError
type StoreError ¶
func Store ¶
func Store(operation string, data interface{}) *StoreError
Click to show internal directories.
Click to hide internal directories.