mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-31 15:29:48 +02:00
use retry package
This commit is contained in:
parent
47b0f7985e
commit
aa7a187d53
6 changed files with 144 additions and 45 deletions
|
@ -16,7 +16,7 @@ import (
|
|||
"github.com/pomerium/pomerium/internal/deterministicecdsa"
|
||||
"github.com/pomerium/pomerium/pkg/cryptutil"
|
||||
"github.com/pomerium/pomerium/pkg/netutil"
|
||||
cluster_api "github.com/pomerium/zero-sdk/cluster"
|
||||
sdk "github.com/pomerium/zero-sdk"
|
||||
connect_mux "github.com/pomerium/zero-sdk/connect-mux"
|
||||
)
|
||||
|
||||
|
@ -24,7 +24,7 @@ import (
|
|||
type Source struct {
|
||||
source
|
||||
|
||||
clusterAPI cluster_api.ClientWithResponsesInterface
|
||||
clusterAPI *sdk.API
|
||||
connectMux *connect_mux.Mux
|
||||
|
||||
fileCachePath string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue