state/remote: ClientLocker is just a Client that is a state.Locker

pull/11978/head
Mitchell Hashimoto 9 years ago
parent 9451acc5da
commit 03f6c650ca
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -19,9 +19,7 @@ type Client interface {
// backend to enable state lock/unlock.
type ClientLocker interface {
Client
Lock(*state.LockInfo) (string, error)
Unlock(string) error
state.Locker
}
// Payload is the return value from the remote state storage.

Loading…
Cancel
Save