Documentation
¶
Index ¶
- type Storage
- func (p *Storage) Close()
- func (p *Storage) Delete(dbType interface{}, params map[string]string) (rowsAffected int64, err error)
- func (p *Storage) SaveOrCreate(params map[string]string, data interface{}) error
- func (p *Storage) Search(dbType interface{}, params map[string]string, needCount bool, ...) (int, error)
- func (p *Storage) Update(data interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func NewStorage ¶
func (*Storage) SaveOrCreate ¶
Click to show internal directories.
Click to hide internal directories.