From d795b1f6e2110fff123f4ccbc3c4b38dc87f3806 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Fri, 25 Oct 2024 14:16:11 +0200 Subject: [PATCH] solve service --- nomad/service.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nomad/service.go b/nomad/service.go index c17e71c..d03eac9 100644 --- a/nomad/service.go +++ b/nomad/service.go @@ -1,8 +1,11 @@ package nomad import ( + "encoding/json" + "fmt" + "go.uber.org/zap" - + "github.com/go-resty/resty/v2" ) // the nomad api client type Interface