Update coherence storage driver to v2 of coherence-go-client

This commit is contained in:
Tim Middleton
2025-01-09 14:49:22 +08:00
parent 76c52119bf
commit 395f8a80da
5 changed files with 24 additions and 18 deletions

View File

@@ -1,13 +1,13 @@
package coherence
/*
* Copyright © 2023, 2024 Oracle and/or its affiliates.
* Copyright © 2023, 2025 Oracle and/or its affiliates.
*/
import (
"context"
"crypto/tls"
"fmt"
coh "github.com/oracle/coherence-go-client/coherence"
coh "github.com/oracle/coherence-go-client/v2/coherence"
"time"
)