{"id":37123326,"url":"https://github.com/lovi-cloud/go-targetd","last_synced_at":"2026-01-14T14:14:36.695Z","repository":{"id":46266102,"uuid":"323534268","full_name":"lovi-cloud/go-targetd","owner":"lovi-cloud","description":"Go binding of open-iscsi/targetd","archived":false,"fork":false,"pushed_at":"2021-11-03T13:32:48.000Z","size":18,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-07-27T22:19:40.698Z","etag":null,"topics":["golang-bindings","golang-sdk","iscsi","open-iscsi","targetd"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/lovi-cloud/go-targetd/targetd","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-12-22T05:51:35.000Z","updated_at":"2022-11-16T12:19:32.000Z","dependencies_parsed_at":"2022-08-29T00:50:59.951Z","dependency_job_id":null,"html_url":"https://github.com/lovi-cloud/go-targetd","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"purl":"pkg:github/lovi-cloud/go-targetd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovi-cloud%2Fgo-targetd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovi-cloud%2Fgo-targetd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovi-cloud%2Fgo-targetd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovi-cloud%2Fgo-targetd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lovi-cloud","download_url":"https://codeload.github.com/lovi-cloud/go-targetd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovi-cloud%2Fgo-targetd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28422430,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["golang-bindings","golang-sdk","iscsi","open-iscsi","targetd"],"created_at":"2026-01-14T14:14:35.955Z","updated_at":"2026-01-14T14:14:36.677Z","avatar_url":"https://github.com/lovi-cloud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-targetd\n\nGo binding of [open-iscsi/targetd](https://github.com/open-iscsi/targetd) API.\n\n## Usage\n\n`targetd.yaml`\n\n```yaml\nuser: \"foo\"\npassword: bar\nssl: false\n```\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"log\"\n\t\n\t\"github.com/lovi-cloud/go-targetd/targetd\"\n)\n\nfunc main() {\n\tctx := context.Background()\n\t\n\tclient, err := targetd.New(\"http://192.0.2.1:18700\", \"foo\", \"bar\", nil, nil)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\t\n\tpools, err := client.GetPoolList(ctx)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tfmt.Printf(\"%+v\\n\", pools)\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovi-cloud%2Fgo-targetd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flovi-cloud%2Fgo-targetd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovi-cloud%2Fgo-targetd/lists"}