百度智能云

All Product Document

          Relational Database Service

          Install SDK Toolkit

          Operating Environment

          GO SDK can run at operating environment of go1.3 and above.

          Install SDK

          Download directly from github

          Download from github by using go get tool:

           go get github.com/baidubce/bce-sdk-go

          SDK directory structure

          bce-sdk-go
              |--auth                   //BCE signature and privilege authentication
              |--bce                    //BCE common basic component
              |--http                   //BCE http communication module
              |--services               //Directory of BCE related services
              |  |--rds                 //RDS
              |--util                   //realization of BCE common tools 

          Unload SDK

          When unloading the SDK, it needs to delete the downloaded source code only.

          Previous
          Overview
          Next
          Initialization