Format changes

This commit is contained in:
Cam Otts
2023-05-25 13:59:39 -05:00
parent d6d5ac65a3
commit fec0fd9e73
23 changed files with 46 additions and 71 deletions

View File

@ -3,8 +3,6 @@ package controller
import (
"context"
"fmt"
"time"
"github.com/go-openapi/runtime/middleware"
"github.com/openziti/edge-api/rest_management_api_client"
edge_service "github.com/openziti/edge-api/rest_management_api_client/service"
@ -14,6 +12,7 @@ import (
"github.com/openziti/zrok/rest_server_zrok/operations/share"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"time"
)
type unshareHandler struct{}