Skip to content

wip #7966

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

wip #7966

Conversation

internet-diglett
Copy link
Contributor

No description provided.

Switch port settings create params takes a hashmap of
link name -> configuration value. However, we return a struct
that has the configuration value and link name inside of a
single type. We are updating this to be the same for create params
and returned types.

This change accomplishes two things:
* The API is more consistent for users
* The generated go client doesn't seem to work properly with the
  hash map style params. This change allows us to properly create
  settings using the go client.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant