1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: golang-github-denverdino-aliyungo
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Michael Hudson-Doyle <mwhudson@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-golang-protobuf-1-5-dev,
golang-golang-x-text-dev
Standards-Version: 4.7.0
Homepage: https://github.com/denverdino/aliyungo
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-denverdino-aliyungo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-denverdino-aliyungo.git
XS-Go-Import-Path: github.com/denverdino/aliyungo
Testsuite: autopkgtest-pkg-go
Package: golang-github-denverdino-aliyungo-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-golang-protobuf-1-5-dev
Description: Go SDK for Aliyun (Alibaba Cloud)
This is an unofficial Go SDK for Aliyun Services.
.
Following services are supported:
* cdn: Content Delivery Network
* cms: Cloud Monitor Service
* cs: Container Service
* dm: Direct Mail
* dns: DNS
* ecs: Elastic Compute Service
* ess: Auto Scaling
* mns: Message Service
* mq: Message Queue
* nas: Network Attached Storage
* opensearch: OpenSearch
* oss: Open Storage Service
* push: Cloud Mobile Push
* rds: Relational Database Service
* ram: Resource Access Management
* slb: Server Load Balancer
* sls: Logging Service
* sms: Short Message Service
* sts: Security Token Service
|