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