百度智能云

All Product Document

          Cloud Monitor

          Install the SDK Package

          Runtime environment

          The GO SDK is compatible with Go 1.3 and later versions.

          Install SDK

          Directly download from github

          Use go get to download from GitHub:

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

          SDK directory structure

          bce-sdk-go
           |--auth                   //BCE signature and authorization
           |--bce                    //BCE Common basic components
           |--http                   //HTTP communication module for BCE
           |--Services               //BCE Related Service Catalog
           |  |--bcm                 //BCM Service Catalog
           |  |  |--client.go        //BCM Client Entry Point
           |  |  |--model.go         //Data Models for BCM-related APIs
           |  |  |--bcm.go           //BCM-related API Implementation
           |  |--sts                 //STS Service Catalog
           |--util                   //BCE Common Tool Implementation

          Uninstall SDK

          To uninstall the SDK, simply delete the downloaded source code.

          Previous
          Initialization
          Next
          Overview