providers

package
v0.9.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListOpts

type ListOpts struct {
	Locale string `q:"locale"`
	Limit  int    `q:"limit"`
	Offset int    `q:"offset"`
}

func (ListOpts) ToQuery

func (opts ListOpts) ToQuery() (string, error)

type Provider

type Provider struct {
	Provider            string `json:"provider"`
	ProviderI18nDisplay string `json:"provider_i18n_display_name"`
}

func List

func List(client *golangsdk.ServiceClient, opts ListOpts) ([]Provider, error)

List retrieves the services (providers) that support enterprise projects.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL