# Functions
ForEachProvider iterates over all providers that match the given request, invoking the given callback for each item.
ForEachRegion iterates over all regions that match the given request, invoking the given callback for each item.
No description provided by the author
RegisterPlatformServiceHandler registers the http handlers for service PlatformService to "mux".
RegisterPlatformServiceHandlerClient registers the http handlers for service PlatformService to "mux".
RegisterPlatformServiceHandlerFromEndpoint is same as RegisterPlatformServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterPlatformServiceHandlerServer registers the http handlers for service PlatformService to "mux".
No description provided by the author
# Constants
APIID contains identifier of this API.
APIMajorVersion contains major version of this API.
APIMinorVersion contains minor version of this API.
APIPatchVersion contains patch version of this API.
# Variables
No description provided by the author
# Structs
Request arguments for ListProviders.
Request arguments for ListRegions.
Provider represents a specific cloud provider such as AWS or GCP.
List of providers.
Region represents a geographical region in which deployments are run.
List of regions.
UnimplementedPlatformServiceServer can be embedded to have forward compatible implementations.
# Interfaces
PlatformServiceClient is the client API for PlatformService service.
PlatformServiceServer is the server API for PlatformService service.
# Type aliases
No description provided by the author
No description provided by the author