ContextAware plugins can receive context information
| 310 | |
| 311 | // ContextAware plugins can receive context information |
| 312 | type ContextAware interface { |
| 313 | Plugin |
| 314 | SetContext(ctx *Context) |
| 315 | } |
| 316 | |
| 317 | // Transformer plugins can transform AST nodes |
| 318 | type Transformer interface { |
no outgoing calls
no test coverage detected