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

provider: Remove DataSourceType and ResourceType types, Provider GetDataSources and GetResources methods #478

Merged
merged 4 commits into from Sep 13, 2022

Commits on Sep 12, 2022

  1. provider: Remove DataSourceType and ResourceType types, Provider GetD…

    …ataSources and GetResources methods
    
    Reference: #441
    Reference: #442
    
    Providers should use the `Provider` interface `DataSources` and `Resources` methods after migrating `DataSourceType` and `ResourceType` implementations into their respective `datasource.DataSource` and `resource.Resource`.
    bflad committed Sep 12, 2022
    Copy the full SHA
    184c70a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #478

    bflad committed Sep 12, 2022
    Copy the full SHA
    f610319 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    62de806 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Copy the full SHA
    77eea7b View commit details
    Browse the repository at this point in the history