Documentation ¶
Index ¶
- Variables
- func AddOrRefreshQuery(query *model.Query, accessTime time.Time)
- func LoadQueryByUuidAndUpdateAccessTime(uuid uuid.UUID, accessTime time.Time) *model.Query
- func RemoveOldQueryObject(beforeTime time.Time) int64
- func RemoveOldScheduleLogs(t time.Time) int64
- func UpdateAccessTimeOrAddNewOne(query *model.Query, accessTime time.Time)
Constants ¶
This section is empty.
Variables ¶
View Source
var DbFacade *f.DbFacade
Functions ¶
func AddOrRefreshQuery ¶
Adds a query or refresh an existing one
func LoadQueryByUuidAndUpdateAccessTime ¶
It is possible that the access times of two requests are very closed(less than 1 second)
func RemoveOldQueryObject ¶
func RemoveOldScheduleLogs ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.