Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expression ¶
type Expression struct {
Original string
// contains filtered or unexported fields
}
func New ¶
func New(expression []string) *Expression
func (*Expression) Eval ¶
func (e *Expression) Eval() (bool, error)
func (*Expression) SetEnv ¶
func (e *Expression) SetEnv(key, value string) bool
func (*Expression) Term ¶
func (e *Expression) Term() (bool, error)
Click to show internal directories.
Click to hide internal directories.