Registry / cloud / gophercloud-gophercloud

gophercloud-gophercloud

JSON →
library1.14.1gogounverified

Package gophercloud provides a multi-vendor interface to OpenStack-compatible clouds.

go get github.com/gophercloud/gophercloud
INSTALL
IMPORT
SIG · GOPHERCLOUD-GOPHER
G
gophercloud-gophercloud
cloudgov1.14.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gophercloud
github.com/gophercloud/gophercloud

Authenticates to an OpenStack identity endpoint.

package main import ( "fmt" "github.com/gophercloud/gophercloud" "github.com/gophercloud/gophercloud/openstack" ) func main() { opts, err := openstack.AuthenticatedClient(gophercloud.AuthOptions{ IdentityEndpoint: "https://identity.example.com/v3", Username: "admin", Password: "secret", DomainName: "Default", }) if err != nil { panic(err) } fmt.Println("Authenticated") _ = opts }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.14.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
gophercloud-gophercloud — go get gophercloud-gophercloud · libregistry