Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Move client functionality into client #29765

Merged
merged 3 commits into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. This commit has no functional changes, it just changes names and move…

    …s Client functionality into client rather than implementing it at the FFI boundary
    Isaiah Becker-Mayer committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    80e2419 View commit details
    Browse the repository at this point in the history
  2. changes the naming convention so that all functions which call on a *…

    …const Client are prefixed with client_
    Isaiah Becker-Mayer committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    90be89b View commit details
    Browse the repository at this point in the history
  3. Cleaner code with ok_or_else

    Isaiah Becker-Mayer committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f4c1370 View commit details
    Browse the repository at this point in the history