Documentation ¶
Index ¶
- type MongoDB
- type Mordor
- func (m *Mordor) Delete(key string) error
- func (m *Mordor) Get(field string, value interface{}, decoder interface{}) error
- func (m *Mordor) GetAll(limit int64, offset int64, sort interface{}, decoder interface{}) (int64, error)
- func (m *Mordor) GetMany(field string, value interface{}, limit int64, offset int64, sort interface{}, ...) (int64, error)
- func (m *Mordor) Update(key string, newData interface{}) error
- func (m *Mordor) Write(data interface{}) (string, error)
- type Redis
- type Rivia
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mordor ¶
type Mordor struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.