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

Introduce providerserver package, deprecate tfsdk server functionality #308

Merged
merged 2 commits into from Apr 28, 2022

Commits on Apr 27, 2022

  1. Introduce providerserver package, deprecate tfsdk server functionality

    Reference: #215
    Reference: #294
    Reference: #296
    
    This change represents the first half of the work necessary to extract the `tfprotov6.ProviderServer` implementation and helper functions out of the `tfsdk` package and into separate packages. The `providerserver` package will be the provider developer facing functionality, while the next iteration of this refactoring will move the actual server implementation into a separate internal package. Once in that separate internal package, efforts can be made to make that code handle terraform-plugin-go type conversions "at the edge" better.
    bflad committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    b1323a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. providerserver: Adjust comments for NewProtocol6* functions to includ…

    …e function name at beginning
    bflad committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    81cba2c View commit details
    Browse the repository at this point in the history