Documentation ¶
Index ¶
- Variables
- func CreateItem(ctx context.Context, client *azcosmos.ContainerClient, ...) (err error)
- func IsNoMoreItems(err error) bool
- func KeyExist(ctx context.Context, client *azcosmos.ContainerClient, ...) (exist bool, err error)
- func Query(client *azcosmos.ContainerClient, partitionKey azcosmos.PartitionKey, ...) (next func(ctx context.Context, v any) (err error))
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoMoreItems = errors.New("no more items")
Functions ¶
func CreateItem ¶
func CreateItem(ctx context.Context, client *azcosmos.ContainerClient, partitionKey azcosmos.PartitionKey, item any) (err error)
func IsNoMoreItems ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.