Searched defs:funcCond (Results 1 – 1 of 1) sorted by relevance
70 type funcCond struct { struct71 eval func(*State) (bool, error)72 usage CondUsage75 func (c *funcCond) Usage() *CondUsage { return &c.usage }77 func (c *funcCond) Eval(s *State, suffix string) (bool, error) {