Documentation ¶
Index ¶
- type ConditionsBase
- type DBFusionData
- type MongoData
- func (md *MongoData) GetCacheKey() string
- func (md *MongoData) GetCacheValues() string
- func (md *MongoData) GetQuery() interface{}
- func (md *MongoData) GetValues() interface{}
- func (md *MongoData) SetCacheKey(cacheKey string)
- func (md *MongoData) SetCacheValues(values string)
- func (md *MongoData) SetQuery(query interface{})
- func (md *MongoData) SetValues(data interface{})
- type SqlData
- func (sd *SqlData) GetCacheKey() string
- func (sd *SqlData) GetCacheValues() string
- func (sd *SqlData) GetQuery() interface{}
- func (sd *SqlData) GetValues() interface{}
- func (sd *SqlData) SetCacheKey(cacheKey string)
- func (sd *SqlData) SetCacheValues(cachecValues string)
- func (sd *SqlData) SetQuery(query interface{})
- func (sd *SqlData) SetValues(values interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConditionsBase ¶
type ConditionsBase struct {
// contains filtered or unexported fields
}
type DBFusionData ¶
type MongoData ¶
func (*MongoData) GetCacheKey ¶
func (*MongoData) GetCacheValues ¶
func (*MongoData) SetCacheKey ¶
func (*MongoData) SetCacheValues ¶
type SqlData ¶
type SqlData struct { Query string Values []interface{} CacheKey string CacheValues string QueryDefaultCache bool }
func (*SqlData) GetCacheKey ¶
func (*SqlData) GetCacheValues ¶
func (*SqlData) SetCacheKey ¶
func (*SqlData) SetCacheValues ¶
Click to show internal directories.
Click to hide internal directories.