Skip to content

nhn-cloud/nhncloud.gophercloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extensions for Gophercloud: an NHN Cloud SDK for Go

This is the Go SDK extension for Gophercloud to use NHN Cloud services.

The following NHN Cloud services' SDKs are included.

  • Volume
  • Boot from volume
  • Routing table
  • VPC
  • VPC subnet

How to install

Reference a nhncloud.gophercloud package in your code.

import "github.com/nhn-cloud/nhncloud.gophercloud"

Then update your go.mod.

go mod tidy

Or use the go get command to import packages.

go get github.com/nhn-cloud/nhncloud.gophercloud

About

Extensions for Gophercloud in NHN Cloud Go SDK.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages