| 39 | var _ Engine = (*TemplateEngine)(nil) |
| 40 | |
| 41 | type TemplateEngine struct { |
| 42 | Implement |
| 43 | Id string |
| 44 | client.Client |
| 45 | Log logr.Logger |
| 46 | Context cruntime.ReconcileRequestContext |
| 47 | syncRetryDuration time.Duration |
| 48 | timeOfLastSync time.Time |
| 49 | } |
| 50 | |
| 51 | // NewTemplateEngine creates template engine |
| 52 | func NewTemplateEngine(impl Implement, |
nothing calls this directly
no outgoing calls
no test coverage detected