sdk/data/azcosmos/cosmos_request_options.go (4 lines of code) (raw):

// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package azcosmos type cosmosRequestOptions interface { toHeaders() *map[string]string }