百度智能云

All Product Document

          Load Balance

          Installation

          Running Environment

          1. Running environment GO SDK can run in environment of go1.3 and above.

          Install SDK

          Download from github directly

          Download from github with “go get” tool:

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

          SDK's directory structure

          bce-sdk-go
                 ├── auth                                        // BCE's signature related class 
                 ├── bce                                        // BCC's client entry class 
                 ├── http                                        // BCE's Http communication related class 
                 ├── model                                       // BCE's public model class 
                 ├── services 
                 │       └── blb                                 // Common BLB service related type 
                 │           ├── blb.go                        // Common BLB client entry type 
                 │           ├── listener.go                        // Listener client entry type 
                 │           └── backendserver.go                   // Back end server client entry type 
                 │       └── appblb                                 // Application type BLB service related type 
                 │           ├── appblb.go                        // Application type BLB client entry type 
                 │           ├── listener.go                        // Listener client entry type 
                 │           └── appservergroup.go                   // Server group client entry type 

          Uninstall SDK

          When it is expected to uninstall SDK , it is only needed to delete the source code downloaded.

          Previous
          Overview
          Next
          Initialization