Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewProviderId = "+ New Provider"
Functions ¶
func List ¶
func List(providerList []apiclient.ProviderInfo)
Types ¶
type ProviderView ¶ added in v0.28.0
type ProviderView struct { Name string AgentlessTarget *bool Label *string Version string Installed *bool RunnerName string RunnerId string TargetConfigManifest map[string]apiclient.TargetConfigProperty }
func GetProviderFromPrompt ¶
func GetProviderFromPrompt(providers []ProviderView, title string, withNewProvider bool) (*ProviderView, error)
func ProviderListToView ¶ added in v0.28.0
func ProviderListToView(providers []apiclient.ProviderInfo) []ProviderView
Click to show internal directories.
Click to hide internal directories.