Packages

A general throttle utility. Mainly used to throttle inbound or outbound requests.

Current section

Files

Jump to
throttle lib cache base.ex
Raw

lib/cache/base.ex

defmodule Throttle.Cache.Base do
@moduledoc ~S"""
"""
@type request :: %Throttle.Request{}
@callback get_count(request) :: request
end