lib/momento/config.ex
defmodule Momento.Configuration do
@moduledoc """
Documentation for `Momento.Configuration`.
"""
defstruct []
@opaque t() :: %{}
end
defmodule Momento.Configuration do
@moduledoc """
Documentation for `Momento.Configuration`.
"""
defstruct []
@opaque t() :: %{}
end