ksyungo

module
v0.0.0-...-124f71e Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2017 License: Apache-2.0

README

KsyunGo: Go SDK for ksyun Services

This is an unofficial Go SDK for Ksyun Services

Package Structure

Quick Start

package main

import (
	"fmt"

	"github.com/hdksky/ksyungo/kec"
)

const ACCESS_KEY_ID = "<YOUR_ID>"
const ACCESS_KEY_SECRET = "<****>"

func main() {
	client := kec.NewClient(ACCESS_KEY_ID, ACCESS_KEY_SECRET,"cn-beijing-6")
	fmt.Print(client.DescribeInstances(&DescribeInstancesArgs{}))
}

Build and Install

go get:

go get github.com/hdksky/ksyungo

License

This project is licensed under the Apache License, Version 2.0.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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