MCPcopy
hub / github.com/Azure/aztfexport / ShowImportError

Function ShowImportError

internal/ui/aztfexportclient/client.go:87–91  ·  view source on GitHub ↗
(item meta.ImportItem, idx int, l meta.ImportList)

Source from the content-addressed store, hash-verified

85}
86
87func ShowImportError(item meta.ImportItem, idx int, l meta.ImportList) tea.Cmd {
88 return func() tea.Msg {
89 return ShowImportErrorMsg{Item: item, Index: idx, List: l}
90 }
91}
92
93func StartImport(l meta.ImportList) tea.Cmd {
94 return func() tea.Msg {

Callers 1

UpdateMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected