Documentation
¶
Index ¶
- func Create(vals interface{}) error
- func Delete(vals interface{}) error
- func Get(db *datastore.Datastore, keys interface{}, vals interface{}) error
- func MustCreate(vals interface{})
- func MustDelete(vals interface{})
- func MustPut(vals interface{})
- func MustUpdate(vals interface{})
- func Put(vals interface{}) error
- func Update(vals interface{}) error
- type MultiError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustCreate ¶
func MustCreate(vals interface{})
func MustDelete ¶
func MustDelete(vals interface{})
func MustUpdate ¶
func MustUpdate(vals interface{})
Types ¶
type MultiError ¶
type MultiError []error
MultiError is returned by batch operations when there are errors with particular elements. Errors will be in a one-to-one correspondence with the input elements; successful elements will have a nil entry.
func (MultiError) Error ¶
func (m MultiError) Error() string
Click to show internal directories.
Click to hide internal directories.