Documentation
¶
Index ¶
- func Build(raw any) (map[string]any, int, error)
- func BuildEnvelope(raw any) (map[string]any, int, error)
- func BuildEnvelopeFromResult(scaffold Result) (map[string]any, int, error)
- func BuildEnvelopeWithRenderer(raw any, renderer cliexec.Renderer) (map[string]any, int, error)
- func BuildWithRenderer(raw any, renderer cliexec.Renderer) (map[string]any, int, error)
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildEnvelopeFromResult ¶
func BuildEnvelopeWithRenderer ¶ added in v0.2.0
Types ¶
type Result ¶
type Result struct {
AdoptionWorkflowInput map[string]any
AdoptionWorkflowPlan map[string]any
Bootstrap gradualadoption.BootstrapResult
ExitCode int
Manifest map[string]any
Record report.Record
RepoProfile scaffoldprofileplan.Result
}
func BuildResult ¶
func BuildResultWithRenderer ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.