Skip to content

Commit

Permalink
made ICosmosClientProvider public so that the implementations to make…
Browse files Browse the repository at this point in the history
… the library more extensible (#403)
  • Loading branch information
joelsteventurner authored Feb 8, 2024
1 parent f961bbb commit c9c7595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Microsoft.Azure.CosmosRepository.Providers;
/// an instance to the configured <see cref="CosmosClient"/> object,
/// which is shared.
/// </summary>
internal interface ICosmosClientProvider
public interface ICosmosClientProvider
{
Task<T> UseClientAsync<T>(Func<CosmosClient, Task<T>> consume);

Expand Down

0 comments on commit c9c7595

Please sign in to comment.