Skip to content

UpCloudLtd/upcloud-go-instance-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UpCloud instance metadata Go library

Go Reference

Go library for reading UpCloud server instance metadata from http://169.254.169.254/metadata/v1.json.

Installation

You can use the following command to retrieve the this library:

go get github.com/UpCloudLtd/upcloud-go-instance-metadata

Usage

To fetch an unmarshal instance metadata, see example.