Current section

Files

Jump to
consul lib consul response.ex
Raw

lib/consul/response.ex

#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
#
defmodule Consul.Response do
def consul_index(%{headers: %{"X-Consul-Index" => index}}), do: index
def consul_index(_), do: nil
end