Documentation ¶
Index ¶
- Variables
- func ConvertOSToStringMap(downloadUrls map[os.OperatingSystem]string) map[string]string
- func GetProviderListFromManifest(manifest *manager.ProvidersManifest) []apiclient.Provider
- func GetProviderViewOptions(apiClient *apiclient.APIClient, latestProviders []apiclient.Provider, ...) ([]provider_view.ProviderView, error)
- func InstallProvider(apiClient *apiclient.APIClient, providerToInstall provider_view.ProviderView, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderCmd = &cobra.Command{ Use: "provider", Short: "Manage providers", GroupID: util.SERVER_GROUP, }
Functions ¶
func ConvertOSToStringMap ¶ added in v0.28.0
func ConvertOSToStringMap(downloadUrls map[os.OperatingSystem]string) map[string]string
func GetProviderListFromManifest ¶ added in v0.28.0
func GetProviderListFromManifest(manifest *manager.ProvidersManifest) []apiclient.Provider
func GetProviderViewOptions ¶ added in v0.28.0
func GetProviderViewOptions(apiClient *apiclient.APIClient, latestProviders []apiclient.Provider, ctx context.Context) ([]provider_view.ProviderView, error)
func InstallProvider ¶ added in v0.28.0
func InstallProvider(apiClient *apiclient.APIClient, providerToInstall provider_view.ProviderView, providersManifest *manager.ProvidersManifest) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.