Skip to content

api: add initial implementation #1

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Conversation

oleg-jukovec
Copy link
Collaborator

The package parses constants from:

  • tarantool/src/box/errcode.h
  • tarantool/src/box/iproto_constants.h
  • tarantool/src/box/iproto_features.h

You could to generate the code with commands:

make deps
TT_TAG=master make

Closes tarantool/go-tarantool#267

The package parses constants from:

- tarantool/src/box/errcode.h
- tarantool/src/box/iproto_constants.h
- tarantool/src/box/iproto_features.h

You could to generate the code with the command:

TT_TAG=master make

Closes tarantool/go-tarantool#267
@oleg-jukovec oleg-jukovec merged commit 349e853 into master Apr 12, 2023
@oleg-jukovec oleg-jukovec deleted the oleg-jukovec/init branch April 12, 2023 09:46
oleg-jukovec added a commit that referenced this pull request May 24, 2023
Overview

    An initial release adds IPROTO constants exported from
    Tarantool 2.11.0.

New features

    IPROTO constants exported from Tarantool 2.11.0 (#1, #2).
oleg-jukovec added a commit that referenced this pull request May 24, 2023
Overview

    An initial release adds IPROTO constants exported from
    Tarantool 2.11.0.

New features

    IPROTO constants exported from Tarantool 2.11.0 (#1, #2).
oleg-jukovec added a commit that referenced this pull request May 24, 2023
Overview

    An initial release adds IPROTO constants exported from
    Tarantool 2.11.0.

New features

    IPROTO constants exported from Tarantool 2.11.0 (#1, #2).
oleg-jukovec added a commit that referenced this pull request May 24, 2023
Overview

    An initial release adds IPROTO constants exported from
    Tarantool 2.11.0.

New features

    IPROTO constants exported from Tarantool 2.11.0 (#1, #2).
@oleg-jukovec oleg-jukovec mentioned this pull request May 24, 2023
oleg-jukovec added a commit that referenced this pull request May 24, 2023
Overview

    An initial release adds IPROTO constants exported from
    Tarantool 2.11.0.

New features

    IPROTO constants exported from Tarantool 2.11.0 (#1, #2).
oleg-jukovec added a commit that referenced this pull request Jun 1, 2023
Overview

    An initial release adds IPROTO constants exported from
    Tarantool 2.11.0.

New features

    IPROTO constants exported from Tarantool 2.11.0 (#1, #2).
oleg-jukovec added a commit that referenced this pull request Jun 1, 2023
Overview

    An initial release adds IPROTO constants exported from
    Tarantool 2.11.0.

New features

    IPROTO constants exported from Tarantool 2.11.0 (#1, #2).
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package with IPROTO constants
3 participants