Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RunCount = metric.NewCounter("ExprRun") ErrCount = metric.NewCounter("ExprErr") TrueCount = metric.NewCounter("ExprTrue") FalseCount = metric.NewCounter("ExprFalse") )
View Source
var ( RawRunCount = metric.NewCounter("RawExprRun") RawErrCount = metric.NewCounter("RawExprErr") )
Functions ¶
Types ¶
type RawProgram ¶ added in v0.4.0
type RawProgram struct {
// contains filtered or unexported fields
}
func MustNewRaw ¶ added in v0.4.0
func MustNewRaw(code string) *RawProgram
func NewRaw ¶ added in v0.4.0
func NewRaw(code string) (*RawProgram, error)
Click to show internal directories.
Click to hide internal directories.