Current section
Files
Jump to
Current section
Files
lib/plug/backend_behaviour.ex
defmodule PlugStats.Behaviours.Backend do
@callback histogram(String.t(), Integer.t(), list(Keyword.t())) :: none()
end