Documentation ¶
Index ¶
- Constants
- type Models
- func (m *Models) Delete(mPoT *configs.MPoT, data interface{}) (i int64, err error)
- func (m *Models) Insert(data interface{}) (i int64, err error)
- func (m *Models) Select(mPoT *configs.MPoT, data interface{}) (err error)
- func (m *Models) ToSerialized()
- func (m *Models) Total(data interface{}) (nums int64, err error)
- func (m *Models) Update(mPoT *configs.MPoT, data interface{}) (i int64, err error)
Constants ¶
View Source
const ( ONE string = "ONE" ALL string = "ALL" ByAsc string = "ASC" ByEsc string = "DESC" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.