We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9451acc commit 03f6c65Copy full SHA for 03f6c65
1 file changed
state/remote/remote.go
@@ -19,9 +19,7 @@ type Client interface {
19
// backend to enable state lock/unlock.
20
type ClientLocker interface {
21
Client
22
-
23
- Lock(*state.LockInfo) (string, error)
24
- Unlock(string) error
+ state.Locker
25
}
26
27
// Payload is the return value from the remote state storage.
0 commit comments