{"id":20564450,"url":"https://github.com/tarantool/go-iproto","last_synced_at":"2026-01-28T18:08:01.325Z","repository":{"id":152541881,"uuid":"625896441","full_name":"tarantool/go-iproto","owner":"tarantool","description":"IPROTO constants for Go language","archived":false,"fork":false,"pushed_at":"2024-12-04T13:22:34.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-22T18:05:08.082Z","etag":null,"topics":["go","iproto","tarantool"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tarantool.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-04-10T10:52:57.000Z","updated_at":"2024-12-04T13:13:08.000Z","dependencies_parsed_at":"2024-12-04T11:27:54.920Z","dependency_job_id":"b90715fc-643d-48e1-bafd-98659f32d927","html_url":"https://github.com/tarantool/go-iproto","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fgo-iproto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fgo-iproto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fgo-iproto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fgo-iproto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarantool","download_url":"https://codeload.github.com/tarantool/go-iproto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234260940,"owners_count":18804466,"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":["go","iproto","tarantool"],"created_at":"2024-11-16T04:26:47.585Z","updated_at":"2025-09-25T22:31:45.277Z","avatar_url":"https://github.com/tarantool.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Reference][godoc-badge]][godoc-url]\n[![Actions Status][actions-badge]][actions-url]\n[![Telegram][telegram-badge]][telegram-url]\n[![Telegram Russian][telegram-badge]][telegramru-url]\n\n# iproto\n\n## Import\n\n```go\nimport \"github.com/tarantool/go-iproto\"\n```\n\n## Overview\n\nPackage `iproto` contains IPROTO constants.\n\nThe code generated from Tarantool code. Code generation is only supported for\nan actual commit/release. We do not have a goal to support all versions of\nTarantool with a code generator.\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/tarantool/go-iproto\"\n)\n\nfunc main() {\n\tfmt.Printf(\"%s=%d\\n\", iproto.ER_READONLY, iproto.ER_READONLY)\n\tfmt.Printf(\"%s=%d\\n\", iproto.IPROTO_FEATURE_WATCHERS, iproto.IPROTO_FEATURE_WATCHERS)\n\tfmt.Printf(\"%s=%d\\n\", iproto.IPROTO_FLAG_COMMIT, iproto.IPROTO_FLAG_COMMIT)\n\tfmt.Printf(\"%s=%d\\n\", iproto.IPROTO_SYNC, iproto.IPROTO_SYNC)\n\tfmt.Printf(\"%s=%d\\n\", iproto.IPROTO_SELECT, iproto.IPROTO_SELECT)\n}\n```\n\n## Development\n\nYou need to install `git` and `go1.13+` first. After that, you need to install\nadditional dependencies into `$GOBIN`:\n\n```bash\nmake deps\n```\n\nYou can generate the code with commands:\n\n```bash\nTT_TAG=master make\nTT_TAG=3.3.0 make\nTT_TAG=master TT_REPO=https://github.com/my/tarantool.git make\n```\n\nYou need to specify a target branch/tag with the environment variable `TT_TAG`\nand you could to specify a repository with the `TT_REPO`.\n\nMakefile has additional targets that can be useful:\n\n```bash\nmake format\nTT_TAG=master make generate\nmake test\n```\n\nA good starting point is [generate.go](./generate.go).\n\n[actions-badge]: https://github.com/tarantool/go-iproto/actions/workflows/test.yml/badge.svg\n[actions-url]: https://github.com/tarantool/go-iproto/actions/workflows/test.yml\n[godoc-badge]: https://pkg.go.dev/badge/github.com/tarantool/go-iproto.svg\n[godoc-url]: https://pkg.go.dev/github.com/tarantool/go-iproto\n[telegram-badge]: https://img.shields.io/badge/Telegram-join%20chat-blue.svg\n[telegram-url]: http://telegram.me/tarantool\n[telegramru-url]: http://telegram.me/tarantoolru\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarantool%2Fgo-iproto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarantool%2Fgo-iproto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarantool%2Fgo-iproto/lists"}