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

Client.userExists method of azwebpubsub unexported #24042

Open
petrosxen12 opened this issue Feb 3, 2025 · 0 comments
Open

Client.userExists method of azwebpubsub unexported #24042

petrosxen12 opened this issue Feb 3, 2025 · 0 comments
Assignees
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that WebPubSub

Comments

@petrosxen12
Copy link

Hello all,

From the documentation of the azwebpubsub package v0.1.0, the types UserExistsOptions and UserExistsResponse are available (reference) , however the method client.UserExists is not available in the documentation.

The method exists in client.go (reference) but appears to be unexported due to lower-case u. This in turn leads to the method not appearing in the package docs.

From client.go line 1188:
func (client *Client) userExists(ctx context.Context, hub string, userID string, options *UserExistsOptions) (UserExistsResponse, error) {

Could we please verify if this is intentional and the Client.userExists method should not be used?

@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Feb 3, 2025
@github-actions github-actions bot removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that WebPubSub
Projects
None yet
Development

No branches or pull requests

3 participants