Documentation
¶
Index ¶
Constants ¶
View Source
const ( // operations GET = "GET" SET = "SET" INC = "INC" DEC = "DEC" NEGATE = "NEGATE" LAPPEND = "LAPPEND" LREMOVE = "LREMOVE" REMOVE = "REMOVE" // parameters TTL = "ttl" // type values STRING = "STRING" LIST = "LIST" INT = "INT" EOF = "EOF" // identifier COMMAND = "COMMAND" ID = "ID" ILLEGAL = "ILLEGAL" )
Variables ¶
This section is empty.
Functions ¶
func FormatError ¶
func FormatString ¶
Types ¶
type Evaluation ¶
type Evaluation struct {
// contains filtered or unexported fields
}
type Evaluator ¶
func NewEvaluator ¶
func NewEvaluator(s store.Store, l *zap.SugaredLogger) *Evaluator
Click to show internal directories.
Click to hide internal directories.