tests/framework: add Client.LeaseList
This commit is contained in:
@ -43,4 +43,5 @@ type Client interface {
|
||||
Defragment(opts config.DefragOption) error
|
||||
Grant(ttl int64) (*clientv3.LeaseGrantResponse, error)
|
||||
TimeToLive(id clientv3.LeaseID, opts config.LeaseOption) (*clientv3.LeaseTimeToLiveResponse, error)
|
||||
LeaseList() (*clientv3.LeaseLeasesResponse, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user