Documentation ¶
Index ¶
Constants ¶
View Source
const ( LiteralInt = "int" // golang type: int LiteralFloat = "float" // golang type: float64 LiteralNumber = "number" LiteralBool = "bool" // true/True; false/False LiteralString = "string" //'string' or "string" or string LiteralNull = "null" )
Variables ¶
This section is empty.
Functions ¶
func ExpNoBracket ¶
ExpNoBracket the expression without bracket
func LiteralExpression ¶
LiteralExpression support mathematical expression
Types ¶
type Lite ¶
type Lite struct {
// contains filtered or unexported fields
}
Lite literal variable actual value
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
Storage the storage of cache
func GetStorage ¶
func NewStorage ¶
Click to show internal directories.
Click to hide internal directories.