Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Params = op.MethodParams{
"Clone": {"url", "path"},
"Checkout": {"repo", "ref"},
"Pull": {"repo"},
}
Params maps Go method names to Starlark parameter name lists.
Functions ¶
func NewGitPlan ¶
func NewGitPlan(graph *op.Graph, project string, reg *op.ActionRegistry) *op.ReflectedPlanned
NewGitPlan creates a wrapped git provider for planned-mode Starlark consumption.
func NewGitReceiver ¶
func NewGitReceiver(p *provider.Provider) *op.ReflectedReceiver
NewGitReceiver creates a wrapped git provider for Starlark consumption.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.