Skip to content

Commit

Permalink
chore: Add docstrings to CacheClient (#59)
Browse files Browse the repository at this point in the history
Add docstrings for all the cache_client functions.

Exclude scs_control_client and scs_data_client from public-facing docs.
  • Loading branch information
nand4011 authored Aug 4, 2023
1 parent 062a95c commit 8118e7a
Show file tree
Hide file tree
Showing 4 changed files with 464 additions and 28 deletions.
1 change: 0 additions & 1 deletion src/integration-test/momento/cache_client_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Code.require_file("integration-test/momento/integration_test_utils.exs")

defmodule CacheClientTest do
use ExUnit.Case
doctest Momento.CacheClient

alias Momento.CacheClient

Expand Down
Loading

0 comments on commit 8118e7a

Please sign in to comment.