We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
type CosmosContainer struct
type Container struct
type CosmosContainerProperties struct
type ContainerProperties struct
type CosmosContainerRequestOptions struct
type ContainerRequestOptions struct
type CosmosContainerResponse struct
type ContainerResponse struct
All methods that mention CosmosContainer in their name should be Container, like:
func (c *CosmosClient) GetContainer(databaseId string, containerId string) (*Container, error)
instead of
func (c *CosmosClient) GetCosmosContainer(databaseId string, containerId string) (*CosmosContainer, error)
The text was updated successfully, but these errors were encountered:
ealsur
Successfully merging a pull request may close this issue.
type CosmosContainer struct
totype Container struct
type CosmosContainerProperties struct
totype ContainerProperties struct
type CosmosContainerRequestOptions struct
totype ContainerRequestOptions struct
type CosmosContainerResponse struct
totype ContainerResponse struct
All methods that mention CosmosContainer in their name should be Container, like:
instead of
The text was updated successfully, but these errors were encountered: