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

[Feature] - Export client field in OSServiceHandler struct #167

Closed
premnalla opened this issue Oct 20, 2021 · 1 comment · Fixed by #169
Closed

[Feature] - Export client field in OSServiceHandler struct #167

premnalla opened this issue Oct 20, 2021 · 1 comment · Fixed by #169
Assignees
Labels
bug Something isn't working

Comments

@premnalla
Copy link

The field mentioned is currently un-exported. Any reason for this? It is inconsistent with plans, region, etc. Kindly make it exportable, so that it is consistent with the others.

@premnalla premnalla added the bug Something isn't working label Oct 20, 2021
@ddymko
Copy link
Contributor

ddymko commented Oct 20, 2021

@premnalla

Thanks creating the ticket.

The client field should be unexported and it is unexported expect for the following resources

  • Iso
  • Plans
  • Regions
  • Snapshots

So we'll actually change those clients to be unexported to fall in line with the rest

This was referenced Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants