Client.userExists method of azwebpubsub unexported #24042
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
Hello all,
From the documentation of the azwebpubsub package v0.1.0, the types
UserExistsOptions
andUserExistsResponse
are available (reference) , however the methodclient.UserExists
is not available in the documentation.The method exists in
client.go
(reference) but appears to be unexported due to lower-caseu
. 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?The text was updated successfully, but these errors were encountered: