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

feat: Persist provider configuration in protobuf #1021

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Commits on Sep 26, 2023

  1. feat: Persist provider configuration in protobuf

    This moves the provider configuration from the providers package into the protobuf definitions.
    
    This enables us to be able to configure/create/update providers via protobuf in the future.
    
    For now, we only have the protobuf structure, but in the future we'll have a `ProvidersService`
    API that we'll be able to leverage in order to manage providers.
    JAORMX committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    610bf2b View commit details
    Browse the repository at this point in the history