From c128865c4c7411c29a59fca9a3a2f95537686d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= Date: Mon, 20 Jan 2020 18:41:05 +0000 Subject: Move commands to cmd/ and move internal dependencies to internal/ --- clients/client.go | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 clients/client.go (limited to 'clients/client.go') diff --git a/clients/client.go b/clients/client.go deleted file mode 100644 index e58f51d..0000000 --- a/clients/client.go +++ /dev/null @@ -1,9 +0,0 @@ -package clients - -import "sync" - -// Client is the interface for the end user command line client. -type Client interface { - Start(wg *sync.WaitGroup) int - Stop() -} -- cgit v1.2.3