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(config store): adds ListConfigStoresInput #481

Merged
merged 1 commit into from Nov 15, 2023

Conversation

stevendaniels
Copy link
Contributor

  • Adds ListConfigStoresInput, which allows for using the name param when retrieving a list of config stores.

…figStores

The addition of the ListConfigStoresInput allows for using the `name` param when retrieving a list of config stores.
// ListConfigStores returns a list of config stores sorted by name.
func (c *Client) ListConfigStores() ([]*ConfigStore, error) {
func (c *Client) ListConfigStores(i *ListConfigStoresInput) ([]*ConfigStore, error) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will result in a breaking interface change and a major release. Are we ok with doing that? If we're going to be pushing a breaking change we should check what else we can roll up into that release that is also breaking.

@Integralist Integralist merged commit 8c73791 into main Nov 15, 2023
2 checks passed
@Integralist Integralist deleted the add-name-to-list-config-stores branch November 15, 2023 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants