mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 16:15:04 +02:00
Format changes
This commit is contained in:
@ -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{}
|
||||
|
Reference in New Issue
Block a user