{"id":40944495,"url":"https://github.com/lovi-cloud/go-dorado-sdk","last_synced_at":"2026-01-22T04:38:56.028Z","repository":{"id":57576207,"uuid":"252631568","full_name":"lovi-cloud/go-dorado-sdk","owner":"lovi-cloud","description":"go-dorado-sdk is golang SDK for Huawei OceanStor","archived":false,"fork":false,"pushed_at":"2021-03-19T02:18:41.000Z","size":308,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-13T09:20:03.353Z","etag":null,"topics":["dorado-sdk","golang-bindings","golang-sdk","huawei-oceanstor-dorado"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lovi-cloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-03T04:23:21.000Z","updated_at":"2023-03-11T21:17:46.000Z","dependencies_parsed_at":"2022-08-28T18:01:05.982Z","dependency_job_id":null,"html_url":"https://github.com/lovi-cloud/go-dorado-sdk","commit_stats":null,"previous_names":["whywaita/go-dorado-sdk"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/lovi-cloud/go-dorado-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovi-cloud%2Fgo-dorado-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovi-cloud%2Fgo-dorado-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovi-cloud%2Fgo-dorado-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovi-cloud%2Fgo-dorado-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lovi-cloud","download_url":"https://codeload.github.com/lovi-cloud/go-dorado-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovi-cloud%2Fgo-dorado-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28654991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dorado-sdk","golang-bindings","golang-sdk","huawei-oceanstor-dorado"],"created_at":"2026-01-22T04:38:55.274Z","updated_at":"2026-01-22T04:38:56.022Z","avatar_url":"https://github.com/lovi-cloud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-dorado-sdk: Golang SDK for Huawei OceanStor Dorado\n\ngo-dorado-sdk is Golang SDK for Huawei OceanStor Dorado.\nIt provides operationally from Golang.\n\n## Support Products\n\n- OceanStor Dorado V3\n\n## Usage\n\n- Enable REST API\n- Create system-user that call REST API\n\n```go\npackage main\n\nimport (\n    \"github.com/lovi-cloud/go-dorado-sdk/dorado\"\n)\n\nfunc main() {\n\tusername := \"username\"\n\tpassword := \"password\"\n\tlocalIps := []string{\"https://192.0.2.100:8088\", \"https://192.0.2.101:8088\"}\n\tremoteIps := []string{\"https://192.0.2.200:8088\", \"https://192.0.2.201:8088\"}\n\tportgroupName := \"Port_Group\"\n\n\tclient, err := dorado.NewClient(localIps, remoteIps, username, password, portgroupName, nil)\n\n    // etc...\n}\n```\n\n## Reference documents\n\n- [Developer Documents by Huawei](https://support.huawei.com/enterprise/en/centralized-storage/oceanstor-dorado3000-v3-pid-23786734?category=developer-documents)\n    - require credential","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovi-cloud%2Fgo-dorado-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flovi-cloud%2Fgo-dorado-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovi-cloud%2Fgo-dorado-sdk/lists"}