Documentation
¶
Index ¶
- Variables
- type Factory
- func (f *Factory) GetOrCreateProvider(ctx op.Context) op.ContextProvider
- func (f *Factory) NewExecuting(ctx op.Context) starlark.Value
- func (f *Factory) NewPlanning(graph *op.Graph, project string, registry *op.ActionRegistry) starlark.Value
- func (f *Factory) ProviderType() reflect.Type
- func (f *Factory) ReceiverName() string
- func (f *Factory) Register(registry *op.ActionRegistry, ctx op.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
var Params = op.MethodParams{
"Render": {"template_data", "source", "path", "project", "content"},
}
Params maps Go method names to Starlark parameter name lists.
View Source
var Receiver op.ReceiverFactory = &Factory{}
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
func (*Factory) GetOrCreateProvider ¶
func (f *Factory) GetOrCreateProvider(ctx op.Context) op.ContextProvider
func (*Factory) NewPlanning ¶
func (*Factory) ProviderType ¶
func (*Factory) ReceiverName ¶
Click to show internal directories.
Click to hide internal directories.