From fe6505c1d851c062ea9288bb0653e71a0a10d4ee Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Thu, 26 Jan 2023 17:49:47 -0500 Subject: [PATCH] consul: remove stop method from Consul client interface --- internal/consul/connection.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/consul/connection.go b/internal/consul/connection.go index 3a3957d3..dd450b22 100644 --- a/internal/consul/connection.go +++ b/internal/consul/connection.go @@ -54,7 +54,6 @@ type ClientConfig struct { } type client struct { - stop func() config ClientConfig client *api.Client token string