Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Params = op.MethodParams{
"Disable": {"name", "output"},
"Enable": {"name", "output"},
"Restart": {"name", "output"},
"Start": {"name", "output"},
"Stop": {"name", "output"},
"Enabled": {"name"},
"Exists": {"name"},
"Running": {"name"},
}
Params maps Go method names to Starlark parameter name lists.
Functions ¶
func NewServicePlan ¶
func NewServicePlan(graph *op.Graph, project string, reg *op.ActionRegistry) *op.ReflectedPlanned
NewServicePlan creates a wrapped service provider for planned-mode Starlark consumption.
func NewServiceReceiver ¶
func NewServiceReceiver(p *provider.Provider) *op.ReflectedReceiver
NewServiceReceiver creates a wrapped service provider for Starlark consumption.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.