mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-04-25 03:57:48 +02:00
Release catalyst
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package caql
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrStack = errors.New("unexpected operator stack")
|
||||
ErrUndefined = errors.New("variable not defined")
|
||||
)
|
||||
Reference in New Issue
Block a user