diff --git a/state/remote/consul.go b/state/remote/consul.go index ca98633d6..274b5e37d 100644 --- a/state/remote/consul.go +++ b/state/remote/consul.go @@ -32,6 +32,7 @@ func consulFactory(conf map[string]string) (Client, error) { }, nil } +// ConsulClient is a remote client that stores data in Consul. type ConsulClient struct { Client *consulapi.Client Path string