8000 GitHub - qiniu/stack-go: 七牛云主机服务 Go SDK
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

qiniu/stack-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github.com/qiniu/stack-go (七牛云主机服务 Go SDK)

LICENSE Build Status

Qiniu Logo

Installation

go get github.com/qiniu/stack-go

Examples

import (
  "github.com/qiniu/stack-go"
  "github.com/qiniu/stack-go/components/auth"
  "github.com/qiniu/stack-go/components/log"
)

func main() {
  s := stack.New(log.NewSimpleLog(), "https://api-qvm.qiniu.com", auth.NewCredential("xxx", "xxx"))

  resp, _ := s.ECS().ListInstances(&ecs.ListInstancesParams{...})

  ...
}

License

stack-go is released under the Apache 2.0 license. See LICENSE.txt

About

七牛云主机服务 Go SDK

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  
  • 3490
0