state/remote: comment

This commit is contained in:
Mitchell Hashimoto 2015-02-21 15:14:43 -08:00
parent b8836ff279
commit 399319d31f
1 changed files with 1 additions and 0 deletions

View File

@ -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