Packages

An Elixir client for Consul's HTTP API

Current section

Files

Jump to
exconsul lib consul handler base.ex
Raw

lib/consul/handler/base.ex

#
# The MIT License (MIT)
#
# Copyright (c) 2014-2015 Undead Labs, LLC
#
defmodule Consul.Handler.Base do
use Consul.Handler.Behaviour
end