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

fix the update configlet to use configlet data for the datacenter configlet #106

Open
rajagopalans opened this issue Aug 23, 2023 · 0 comments

Comments

@rajagopalans
Copy link
Collaborator

currently the signature for the datacenter configlet update looks like this.
func (o *TwoStageL3ClosClient) UpdateConfiglet(ctx context.Context, c *TwoStageL3ClosConfiglet)
we need to standardize to
func (o *TwoStageL3ClosClient) UpdateConfiglet(ctx context.Context, id ObjectId, c *TwoStageL3ClosConfigletData)

just like the Catalog configlet code.

func (o *Client) UpdateConfiglet(ctx context.Context, id ObjectId, in *ConfigletData)

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

No branches or pull requests

1 participant