Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataManager ¶
type DataManager struct {
model.AbstractModel
}
func (DataManager) Delete ¶
func (dataManagers DataManager) Delete(id string) error
func (DataManager) FindById ¶
func (dataManagers DataManager) FindById(id string, data interface{}) error
func (DataManager) Insert ¶
func (dataManagers DataManager) Insert(data interface{}) error
Click to show internal directories.
Click to hide internal directories.