MCPcopy
hub / github.com/fluid-cloudnative/fluid / TemplateEngine

Struct TemplateEngine

pkg/ddc/base/template_engine.go:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39var _ Engine = (*TemplateEngine)(nil)
40
41type 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
52func NewTemplateEngine(impl Implement,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected