| 11 | } |
| 12 | |
| 13 | type IEvaluator interface { |
| 14 | INode |
| 15 | GetPositionToken() *Token |
| 16 | Evaluate(*ExecutionContext) (*Value, *Error) |
| 17 | FilterApplied(name string) bool |
| 18 | } |
| 19 | |
| 20 | // The parser provides you a comprehensive and easy tool to |
| 21 | // work with the template document and arguments provided by |
no outgoing calls
no test coverage detected
searching dependent graphs…