OBS GO SDK 0822 Version

Reviewed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com>
Co-authored-by: weihongmin1 <weihongmin1@huawei.com>
Co-committed-by: weihongmin1 <weihongmin1@huawei.com>
This commit is contained in:
2025-08-25 13:48:56 +00:00
committed by zuul
parent f63df09d85
commit b9f4932025
3 changed files with 3 additions and 18 deletions

View File

@ -61,7 +61,7 @@
"node_id":"obs_23_0001.xml",
"product_code":"obs",
"code":"4",
"des":"This topic provides the download links and installation methods of OBS SDK for Go.Latest version of OBS SDK for GoYou can use the methods listed in Table 1 to install OBS",
"des":"This topic provides the download links and installation methods of OBS SDK for Go.Latest version of OBS SDK for GoOBS SDK for Go can be installed in the following ways:Th",
"doc_type":"sdk-go-devg",
"kw":"Downloading and Installing an SDK,Go SDK Developer Guide",
"search_title":"",

View File

@ -27,7 +27,7 @@
"code":"3"
},
{
"desc":"This topic provides the download links and installation methods of OBS SDK for Go.Latest version of OBS SDK for GoYou can use the methods listed in Table 1 to install OBS",
"desc":"This topic provides the download links and installation methods of OBS SDK for Go.Latest version of OBS SDK for GoOBS SDK for Go can be installed in the following ways:Th",
"product_code":"obs",
"title":"Downloading and Installing an SDK",
"uri":"obs_23_0001.html",

View File

@ -4,22 +4,7 @@
<div id="body0000001554976826"><p id="obs_23_0001__p20811520185014">This topic provides the download links and installation methods of OBS SDK for Go.</p>
<div class="section" id="obs_23_0001__section7323173822517"><a name="obs_23_0001__section7323173822517"></a><a name="section7323173822517"></a><h4 class="sectiontitle">Downloading OBS SDK for Go</h4><ul id="obs_23_0001__ul17831193115487"><li id="obs_23_0001__li62310820416"><a href="https://github.com/opentelekomcloud-community/obs-go-sdk" target="_blank" rel="noopener noreferrer">Latest version of OBS SDK for Go</a></li></ul>
</div>
<div class="section" id="obs_23_0001__section31091719144715"><h4 class="sectiontitle">Installing OBS SDK for Go</h4><p id="obs_23_0001__p1083162214718">You can use the methods listed in <a href="#obs_23_0001__table6377143115452">Table 1</a> to install OBS SDK for Go.</p>
<div class="tablenoborder"><a name="obs_23_0001__table6377143115452"></a><a name="table6377143115452"></a><table cellpadding="4" cellspacing="0" summary="" id="obs_23_0001__table6377143115452" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Methods of installing OBS SDK for Go</caption><thead align="left"><tr id="obs_23_0001__row4377143119455"><th align="left" class="cellrowborder" valign="top" width="13.73%" id="mcps1.3.3.3.2.3.1.1"><p id="obs_23_0001__p167216587390">No.</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="86.27%" id="mcps1.3.3.3.2.3.1.2"><p id="obs_23_0001__p637773144513">Method</p>
</th>
</tr>
</thead>
<tbody><tr id="obs_23_0001__row1137718317459"><td class="cellrowborder" valign="top" width="13.73%" headers="mcps1.3.3.3.2.3.1.1 "><p id="obs_23_0001__p77285818394">1</p>
</td>
<td class="cellrowborder" valign="top" width="86.27%" headers="mcps1.3.3.3.2.3.1.2 "><p id="obs_23_0001__p492819129165">Download an installation package and use GoLand to create a go project.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="obs_23_0001__section31091719144715"><h4 class="sectiontitle">Installing OBS SDK for Go</h4><p id="obs_23_0001__p1083162214718">OBS SDK for Go can be installed in the following ways:</p>
</div>
<div class="section" id="obs_23_0001__section48385531554"><h4 class="sectiontitle">Downloading a Go SDK and Using GoLand to Compile It</h4><p id="obs_23_0001__p8060118">This procedure uses the latest version as an example:</p>
<ol id="obs_23_0001__ol176847266545"><li id="obs_23_0001__li17684026185417">Download <a href="#obs_23_0001__section7323173822517">the SDK package</a>.</li><li id="obs_23_0001__li468432616548">Decompress the package to obtain the following files: <strong id="obs_23_0001__b567915962912">src</strong> (the SDK source code and sample code) and <strong id="obs_23_0001__b768111592296">README.MD</strong> (the feature description file of SDK versions).</li><li id="obs_23_0001__li1868432685415">Use GoLand to create a Go project and copy the <strong id="obs_23_0001__b4353320103210">obs</strong>, <strong id="obs_23_0001__b135382019323">examples</strong>, and <strong id="obs_23_0001__b935412204320">main</strong> folders to the <strong id="obs_23_0001__b53553203326">src</strong> folder of your Go project.</li><li id="obs_23_0001__li18684826135419">Right-click the Go project and choose <strong id="obs_23_0001__b3116475340">Build Project</strong> from the drop-down list, and wait until the building is complete.<div class="note" id="obs_23_0001__note158112120236"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="obs_23_0001__p1791916186233">After the building is complete, you can get a directory structure similar to the following:</p>