Versions in this module Expand all Collapse all v0 v0.2.2 Aug 1, 2019 Changes in this version + const SearchWordColumnName + const TagName + func GetFieldName(field *structs.Field) string + type Chain struct + func GetChain(tx *gorm.DB) *Chain + func (c *Chain) AddQueryOrderDir(req Request, defaultColumn string) *Chain + func (c *Chain) AddQueryOrderDirWithPrefix(tableName string, req Request, defaultColumn string) *Chain + func (c *Chain) BuildFilterConditions(req Request, tableName string, exclude ...string) *Chain + func (c *Chain) BuildFilterConditionsWithPrefix(req Request, tableName string, exclude ...string) *Chain + type MysqlConnPool struct + func GetInstance() *MysqlConnPool + func (m *MysqlConnPool) GetMysqlDB() *gorm.DB + func (m *MysqlConnPool) InitDataPool() (isSucc bool) + type Request interface + Descriptor func() ([]byte, []int) + ProtoMessage func() + Reset func() + String func() string + type RequestWithReverse interface + GetReverse func() *wrappers.BoolValue + type RequestWithSortKey interface + GetSortKey func() *wrappers.StringValue