Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
consul: remove stop method from Consul client interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris committed Jan 30, 2023
1 parent 9c5f806 commit fe6505c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/consul/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ type ClientConfig struct {
}

type client struct {
stop func()
config ClientConfig
client *api.Client
token string
Expand Down

0 comments on commit fe6505c

Please sign in to comment.