optimize log tool
This commit is contained in:
Vendored
+2
@@ -8,6 +8,8 @@ type CacheIns interface {
|
||||
//set(key string, value interface{}, time int64)
|
||||
//get(key string) interface{}
|
||||
//delete(key string)
|
||||
GetError() error
|
||||
SetError(err error)
|
||||
Cache(key string, data ...interface{}) *Obj
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user