{"id":16032795,"url":"https://github.com/threez/blockdev","last_synced_at":"2025-10-15T09:29:28.163Z","repository":{"id":66444311,"uuid":"198691665","full_name":"threez/blockdev","owner":"threez","description":"List linux block devices in Go","archived":false,"fork":false,"pushed_at":"2019-07-31T19:52:46.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-01T13:16:20.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threez.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-24T18:43:57.000Z","updated_at":"2019-07-31T19:52:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0fe216a-89aa-4a18-aa69-f33c93fdef10","html_url":"https://github.com/threez/blockdev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/threez/blockdev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fblockdev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fblockdev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fblockdev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fblockdev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threez","download_url":"https://codeload.github.com/threez/blockdev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fblockdev/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265121389,"owners_count":23714503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-08T21:40:38.016Z","updated_at":"2025-10-15T09:29:23.121Z","avatar_url":"https://github.com/threez.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blockdev\n\n[![GoDoc](https://godoc.org/github.com/threez/blockdev?status.svg)](https://godoc.org/github.com/threez/blockdev) [![Coverage 100.0%](https://img.shields.io/badge/coverage-100.0-green.svg)]()\n\nList linux block devices in Go.\n\n## Usage\n\n    package main\n    \n    import (\n        \"fmt\"\n\t    \"context\"\n        \"github.com/threez/blockdev\"\n    )\n\n    func main() {\n        devices, err := blockdev.List(context.Background())\n        if err != nil {\n            panic(err)\n        }\n\n        fmt.Println(\"Devices\", devices)\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreez%2Fblockdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreez%2Fblockdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreez%2Fblockdev/lists"}