(context context.Context, id clientv3.LeaseID, opts config.LeaseOption)
| 55 | AlarmDisarm(context context.Context, alarmMember *clientv3.AlarmMember) (*clientv3.AlarmResponse, error) |
| 56 | Grant(context context.Context, ttl int64) (*clientv3.LeaseGrantResponse, error) |
| 57 | TimeToLive(context context.Context, id clientv3.LeaseID, opts config.LeaseOption) (*clientv3.LeaseTimeToLiveResponse, error) |
| 58 | Leases(context context.Context) (*clientv3.LeaseLeasesResponse, error) |
| 59 | KeepAliveOnce(context context.Context, id clientv3.LeaseID) (*clientv3.LeaseKeepAliveResponse, error) |
| 60 | Revoke(context context.Context, id clientv3.LeaseID) (*clientv3.LeaseRevokeResponse, error) |
no outgoing calls