From 18a4de2bb288d44c4e5a7560fced7a15e9a6469d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 5 Feb 2021 09:02:14 +0000 Subject: add --max, --before, --after switches to dtail and dgrep commands --- internal/clients/maker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/clients/maker.go') diff --git a/internal/clients/maker.go b/internal/clients/maker.go index d5ffd8b..a1d6864 100644 --- a/internal/clients/maker.go +++ b/internal/clients/maker.go @@ -9,5 +9,5 @@ import ( // and send different commands to the DTail server. type maker interface { makeHandler(server string) handlers.Handler - makeCommands() (commands []string) + makeCommands(options map[string]string) (commands []string) } -- cgit v1.2.3