fix spelling (#551)
This commit is contained in:
@@ -11,15 +11,15 @@ import (
|
||||
|
||||
// Key describes cache key
|
||||
type Key struct {
|
||||
// VarLeft describes the varible of cache key expression which likes cacheUserIdPrefix
|
||||
// VarLeft describes the variable of cache key expression which likes cacheUserIdPrefix
|
||||
VarLeft string
|
||||
// VarRight describes the value of cache key expression which likes "cache#user#id#"
|
||||
VarRight string
|
||||
// VarExpression describes the cache key expression which likes cacheUserIdPrefix = "cache#user#id#"
|
||||
VarExpression string
|
||||
// KeyLeft describes the varible of key definiation expression which likes userKey
|
||||
// KeyLeft describes the variable of key definition expression which likes userKey
|
||||
KeyLeft string
|
||||
// KeyRight describes the value of key definiation expression which likes fmt.Sprintf("%s%v", cacheUserPrefix, user)
|
||||
// KeyRight describes the value of key definition expression which likes fmt.Sprintf("%s%v", cacheUserPrefix, user)
|
||||
KeyRight string
|
||||
// DataKeyRight describes data key likes fmt.Sprintf("%s%v", cacheUserPrefix, data.User)
|
||||
DataKeyRight string
|
||||
|
||||
Reference in New Issue
Block a user